B
BenJAMMIN
I wanted to see if plain old HTML/FrontPage 2003 would work for something
like this. I went to a website and looked at the source code and it just
appears to be HTML coding.
What I would like to do is have a web page that uses OPTIONS
feature/command. So if I select OPTION #2, then the next few boxes appear. If
I select OPTION #3, then a different set of boxes would appear. And when I
finally hit submit selected people receive an email, AND when the submit
button is hit a SPREADSHEET/GRAPH is populated.
Yes? No?
EXAMPLE
<hr color="#cecfce">
<p />
<font style="font-weight: bold;">2. Tell us about your problem (please be
as specific as possible so that we can help diagnose and resolve your problem
quickly)</font>
<br /><img src="http://eimg.net/img/x.gif" width="1" height="6"><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"> </td>
<td>
<table border="0" cellspacing="0" cellpadding="3">
<tr id="id_accountType">
<td align="right" width="217">Type of Account :</td>
<td width="4"> </td>
<td width="399" colspan="6">
<select name="accountType"
onChange="selectAccountType(this.options[this.selectedIndex].getAttribute('passed'))">
<option passed="Default" value="">Choose
<option passed="Default" value="">-----
<option passed="3" value="Cable">Cable
<option passed="1" value="Dial-up">Dial-up
<option passed="2" value="ADSL">DSL (Consumer ADSL)
<option passed="1" value="EarthLink Experience">EarthLink Experience
<option passed="6" value="Domain Hosting">Domain Hosting
<option passed="4" value="Satellite">Satellite
<option passed="5" value="Wireless/PDA">Wireless/PDA
</select>
</td>
</tr>
<tr id="id_issue1"> <!-- dialup -->
<td width="217" align="right">Issue Type:</td>
<td width="4"> </td>
<td width="399" colspan="6">
<select name="issue1"
onChange="selectIssue(this.options[this.selectedIndex].getAttribute('passed'))">
<option passed="Default" value="">Choose
<option passed="Default" value="">-----
<option passed="Other112" value="Other">I need to check/change my password.
<option passed="acctChange19" value="Account Change / Question">Account
Changes / Questions
<option passed="billingQues18" value="Billing Question">Billing Question
<option passed="email13" value="Email">Email
<option passed="connectionProblem12" value="Connection Problem">Internet
Connection Problems
<option passed="webspace16" value="Webspace">Free Personal Webspace
<option passed="swConfiguration14" value="Software Configuration">Software
Setup / Configuration
<option passed="browsingProblems11" value="Browsing Problems">Web Surfing
(Browsing) Problems
</select>
</td>
like this. I went to a website and looked at the source code and it just
appears to be HTML coding.
What I would like to do is have a web page that uses OPTIONS
feature/command. So if I select OPTION #2, then the next few boxes appear. If
I select OPTION #3, then a different set of boxes would appear. And when I
finally hit submit selected people receive an email, AND when the submit
button is hit a SPREADSHEET/GRAPH is populated.
Yes? No?
EXAMPLE
<hr color="#cecfce">
<p />
<font style="font-weight: bold;">2. Tell us about your problem (please be
as specific as possible so that we can help diagnose and resolve your problem
quickly)</font>
<br /><img src="http://eimg.net/img/x.gif" width="1" height="6"><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"> </td>
<td>
<table border="0" cellspacing="0" cellpadding="3">
<tr id="id_accountType">
<td align="right" width="217">Type of Account :</td>
<td width="4"> </td>
<td width="399" colspan="6">
<select name="accountType"
onChange="selectAccountType(this.options[this.selectedIndex].getAttribute('passed'))">
<option passed="Default" value="">Choose
<option passed="Default" value="">-----
<option passed="3" value="Cable">Cable
<option passed="1" value="Dial-up">Dial-up
<option passed="2" value="ADSL">DSL (Consumer ADSL)
<option passed="1" value="EarthLink Experience">EarthLink Experience
<option passed="6" value="Domain Hosting">Domain Hosting
<option passed="4" value="Satellite">Satellite
<option passed="5" value="Wireless/PDA">Wireless/PDA
</select>
</td>
</tr>
<tr id="id_issue1"> <!-- dialup -->
<td width="217" align="right">Issue Type:</td>
<td width="4"> </td>
<td width="399" colspan="6">
<select name="issue1"
onChange="selectIssue(this.options[this.selectedIndex].getAttribute('passed'))">
<option passed="Default" value="">Choose
<option passed="Default" value="">-----
<option passed="Other112" value="Other">I need to check/change my password.
<option passed="acctChange19" value="Account Change / Question">Account
Changes / Questions
<option passed="billingQues18" value="Billing Question">Billing Question
<option passed="email13" value="Email">Email
<option passed="connectionProblem12" value="Connection Problem">Internet
Connection Problems
<option passed="webspace16" value="Webspace">Free Personal Webspace
<option passed="swConfiguration14" value="Software Configuration">Software
Setup / Configuration
<option passed="browsingProblems11" value="Browsing Problems">Web Surfing
(Browsing) Problems
</select>
</td>