473,773 Members | 2,277 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

submit(); problem

DB
Hi All
Having stared at this all morning and altered various things with no effect
other then to exasperate the problem i'm wondering if anyone could take a
look at the code below and see why on earth it's failing - I'm getting a
"Object doesn't suppport this property or method" Line 32 char 5 when i
attempt to change the location, have looked all over for answers and not
found anything on the net or in the js ref docs i have - any pointers
greatfully recieved. It was working until I added in the Location submit
function and now fails on all of the submit functions..
Thanks in Advance.
Diz

<html>
<head>
<link rel="stylesheet " href="includes/styles.css">
<script language="JavaS cript">
<!--
function portOption(val) {
portOption = val;
if (portOption == "yes") {
alert("open port option");
userid = document.quoteF orm.CompanyID.v alue;
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID='
+userid+'&op=ye s';
document.quoteF orm.submit();
exit;
} else {
alert("no open port option");
userid = document.quoteF orm.CompanyID.v alue;
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' +userid+'&op=no ';
document.quoteF orm.Submit();
exit;
}
}

var selectedLocatio nValue = null;
var selectedLocatio nText = null;
function checkLocations( what) {
userid = document.quoteF orm.CompanyID.v alue;
selectedLocatio nValue = what.options[what.selectedIn dex].value;
var substrings = selectedLocatio nValue.split('L ondon');
if ((substrings.le ngth - 1) > 0) {
if (navigator.appN ame == 'Netscape' || document.all) {
document.quoteF orm.action = 'services.asp';
//?circuits=true& action=autoquot e&UserGroupID =' + userid;
document.quoteF orm.Submit();
}
} else {
if (navigator.appN ame == 'Netscape' || document.all) {
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' + userid;
document.quoteF orm.Submit();
}

}

}

function getCircuits() {
bus = document.quoteF orm.bus[0].checked;
res = document.quoteF orm.bus[1].checked;
userid = document.quoteF orm.CompanyID.v alue;
if ((bus == false) && (res == false)) {
traffic = false;
}else {
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' + userid;
document.quoteF orm.submit();
}
}

var selectedOptionV alue = null;
var selectedOptionT ext = null;

function setCompany(what ) {
selectedOptionV alue = what.options[what.selectedIn dex].value;
document.quoteF orm.action = 'services.asp?a ction=autoquote &UserGroupID =' +
selectedOptionV alue;
document.quoteF orm.submit();
}

function resetQuote() {
document.quoteF orm.action = 'services.asp?a ction=autoquote ';
document.quoteF orm.submit();
}

//-->
</script>
</head>
<body>

<form name="quoteForm " method="POST" action="getquot e.asp">
<table class="AutoQuot e">
<tr>
<td bgcolor=#c0c0c0 colspan=2 class="QuoteHd" >Autoquote tool</td>
</tr>
<tr>
<td>Salesperson : SalesPerson</td>
<td align="right">C ompany: <input type="hidden" name="CompanyNa me"
value="2heads"> <input type="hidden" name="CompanyID " value="1">2head s</td>
</tr>
<tr>
<td colspan=2>What committed data rate (CDR) does the customer require?
<select name="CDR" onChange="javas cript:getCircui ts()"><option
value="1">10</option><option value="2">15</option><option
value="3">20</option><option value="4" selected>25</option><option
value="5">30</option><option value="6">35</option><option
value="7">40</option><option value="8">45</option><option
value="9">50</option><option value="10">55</option><option
value="11">60</option><option value="12">65</option><option
value="13">70</option><option value="14">75</option><option
value="15">80</option><option value="16">85</option><option
value="17">90</option><option value="18">95</option><option
value="19">100</option><option value="20">105</option><option
value="21">110</option><option value="22">115</option><option
value="23">120</option><option value="24">125</option><option
value="25">130</option><option value="26">135</option><option
value="27">140</option><option value="28">145</option><option
value="29">150</option><option value="30">155</option><option
value="31">160</option><option value="32">165</option><option
value="33">170</option><option value="34">175</option><option
value="35">180</option><option value="36">185</option><option
value="37">190</option><option value="38">195</option><option
value="39">200</option><option value="40">250</option><option
value="41">300</option><option value="42">350</option><option
value="43">400</option><option value="44">450</option><option
value="45">500</option><option value="46">550</option><option
value="47">600</option><option value="48">650</option><option
value="49">700</option><option value="50">750</option><option
value="51">800</option><option value="52">850</option><option
value="53">900</option><option value="54">950</option><option
value="55">1000 </option><option value="56">1050 </option><option
value="57">1100 </option><option value="58">1150 </option><option
value="59">1200 </option><option value="60">1250 </option><option
value="61">1300 </option><option value="62">1350 </option><option
value="63">1400 </option><option value="64">1450 </option><option
value="65">1500 </option><option value="66">1550 </option><option
value="67">1600 </option><option value="68">1650 </option><option
value="69">1700 </option><option value="70">1750 </option><option
value="71">1800 </option><option value="72">1850 </option><option
value="73">1900 </option><option value="74">1950 </option><option
value="75">2000 </option></select>Mbit/s</td>
</tr>
<tr>
<td rowspan=2 valign=top>Does the customer have a </td>
<td><input type="radio" name="bus" value="yes" checked
onClick="javaSc ript:getCircuit s()">business traffic
profile</td></tr><tr><td><inp ut type="radio" name="bus" value="no"
onClick="javaSc ript:getCircuit s()">residentia l traffic
profile</td></tr><tr><td colspan=2>For this capacity you require at least
<b>1<input type="hidden" name="circuitnu mber" value="1">&nbsp ;Fast
Ethernet<input type="hidden" name="circuitty pe" value="Fast Ethernet"></b>
Circuit(s)</td></tr><tr><td >Connection Location:</td><td><select
name="connlocat ion" onBlur="javascr ipt:checkLocati ons(this)"><opt ion
value="London Telehouse">Lond on Telehouse</option><option value="London
Location 2">London Location 2</option><option
value="Manchest er">Mancheste r</option><option
value="Birmingh am">Birmingha m</option><option
value="Dublin"> Dublin</option></select></td></tr><tr><td>Cont ract
length:</td><td><select name="ContractL ength"><option value="6 Months">6
Months</option><option value="7 Months">7 Months</option><option value="8
Months">8 Months</option><option value="9 Months">9 Months</option><option
value="10 Months">10 Months</option><option value="11 Months">11
Months</option><option value="12 Months">12 Months</option><option value="13
Months">13 Months</option><option value="14 Months">14
Months</option><option value="15 Months">15 Months</option><option value="16
Months">16 Months</option><option value="17 Months">17
Months</option><option value="18 Months">18 Months</option><option value="19
Months">19 Months</option><option value="20 Months">20
Months</option><option value="21 Months">21 Months</option><option value="22
Months">22 Months</option><option value="23 Months">23
Months</option><option value="24 Months">24
Months</option></select></td></tr><input type="hidden" name="op"
value="yes"><tr ><td colspan="2" class="QuoteFt" ><input type="submit"
name="submit" value="get quote" class="bluebut" > &nbsp; <input type="button"
name="reset" value="reset" class="bluebut"
onClick="javasc ript:resetQuote ()"></td></tr></table></form>

</body>
</html>
Jul 20 '05 #1
2 2232
DB
I've actually spotted that i've left in two exit; 's and a couple of
Submit(); 's (capital S) in there - these were just put in whilst clutching
at straws a couple of mins ago, and aren't really in the script, please
ignore..!

"DB" <%64%69%7a%7a%7 9%62%69%72%64%4 0%64%69%7a%7a%7 9%2e%63%78> wrote in
message news:vs******** ****@corp.super news.com...
Hi All
Having stared at this all morning and altered various things with no effect other then to exasperate the problem i'm wondering if anyone could take a
look at the code below and see why on earth it's failing - I'm getting a
"Object doesn't suppport this property or method" Line 32 char 5 when i
attempt to change the location, have looked all over for answers and not
found anything on the net or in the js ref docs i have - any pointers
greatfully recieved. It was working until I added in the Location submit
function and now fails on all of the submit functions..
Thanks in Advance.
Diz

<html>
<head>
<link rel="stylesheet " href="includes/styles.css">
<script language="JavaS cript">
<!--
function portOption(val) {
portOption = val;
if (portOption == "yes") {
alert("open port option");
userid = document.quoteF orm.CompanyID.v alue;
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID='
+userid+'&op=ye s';
document.quoteF orm.submit();
exit;
} else {
alert("no open port option");
userid = document.quoteF orm.CompanyID.v alue;
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' +userid+'&op=no '; document.quoteF orm.Submit();
exit;
}
}

var selectedLocatio nValue = null;
var selectedLocatio nText = null;
function checkLocations( what) {
userid = document.quoteF orm.CompanyID.v alue;
selectedLocatio nValue = what.options[what.selectedIn dex].value;
var substrings = selectedLocatio nValue.split('L ondon');
if ((substrings.le ngth - 1) > 0) {
if (navigator.appN ame == 'Netscape' || document.all) {
document.quoteF orm.action = 'services.asp';
//?circuits=true& action=autoquot e&UserGroupID =' + userid;
document.quoteF orm.Submit();
}
} else {
if (navigator.appN ame == 'Netscape' || document.all) {
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' + userid;
document.quoteF orm.Submit();
}

}

}

function getCircuits() {
bus = document.quoteF orm.bus[0].checked;
res = document.quoteF orm.bus[1].checked;
userid = document.quoteF orm.CompanyID.v alue;
if ((bus == false) && (res == false)) {
traffic = false;
}else {
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' + userid;
document.quoteF orm.submit();
}
}

var selectedOptionV alue = null;
var selectedOptionT ext = null;

function setCompany(what ) {
selectedOptionV alue = what.options[what.selectedIn dex].value;
document.quoteF orm.action = 'services.asp?a ction=autoquote &UserGroupID =' + selectedOptionV alue;
document.quoteF orm.submit();
}

function resetQuote() {
document.quoteF orm.action = 'services.asp?a ction=autoquote ';
document.quoteF orm.submit();
}

//-->
</script>
</head>
<body>

<form name="quoteForm " method="POST" action="getquot e.asp">
<table class="AutoQuot e">
<tr>
<td bgcolor=#c0c0c0 colspan=2 class="QuoteHd" >Autoquote tool</td>
</tr>
<tr>
<td>Salesperson : SalesPerson</td>
<td align="right">C ompany: <input type="hidden" name="CompanyNa me"
value="2heads"> <input type="hidden" name="CompanyID " value="1">2head s</td>
</tr>
<tr>
<td colspan=2>What committed data rate (CDR) does the customer require?
<select name="CDR" onChange="javas cript:getCircui ts()"><option
value="1">10</option><option value="2">15</option><option
value="3">20</option><option value="4" selected>25</option><option
value="5">30</option><option value="6">35</option><option
value="7">40</option><option value="8">45</option><option
value="9">50</option><option value="10">55</option><option
value="11">60</option><option value="12">65</option><option
value="13">70</option><option value="14">75</option><option
value="15">80</option><option value="16">85</option><option
value="17">90</option><option value="18">95</option><option
value="19">100</option><option value="20">105</option><option
value="21">110</option><option value="22">115</option><option
value="23">120</option><option value="24">125</option><option
value="25">130</option><option value="26">135</option><option
value="27">140</option><option value="28">145</option><option
value="29">150</option><option value="30">155</option><option
value="31">160</option><option value="32">165</option><option
value="33">170</option><option value="34">175</option><option
value="35">180</option><option value="36">185</option><option
value="37">190</option><option value="38">195</option><option
value="39">200</option><option value="40">250</option><option
value="41">300</option><option value="42">350</option><option
value="43">400</option><option value="44">450</option><option
value="45">500</option><option value="46">550</option><option
value="47">600</option><option value="48">650</option><option
value="49">700</option><option value="50">750</option><option
value="51">800</option><option value="52">850</option><option
value="53">900</option><option value="54">950</option><option
value="55">1000 </option><option value="56">1050 </option><option
value="57">1100 </option><option value="58">1150 </option><option
value="59">1200 </option><option value="60">1250 </option><option
value="61">1300 </option><option value="62">1350 </option><option
value="63">1400 </option><option value="64">1450 </option><option
value="65">1500 </option><option value="66">1550 </option><option
value="67">1600 </option><option value="68">1650 </option><option
value="69">1700 </option><option value="70">1750 </option><option
value="71">1800 </option><option value="72">1850 </option><option
value="73">1900 </option><option value="74">1950 </option><option
value="75">2000 </option></select>Mbit/s</td>
</tr>
<tr>
<td rowspan=2 valign=top>Does the customer have a </td>
<td><input type="radio" name="bus" value="yes" checked
onClick="javaSc ript:getCircuit s()">business traffic
profile</td></tr><tr><td><inp ut type="radio" name="bus" value="no"
onClick="javaSc ript:getCircuit s()">residentia l traffic
profile</td></tr><tr><td colspan=2>For this capacity you require at least
<b>1<input type="hidden" name="circuitnu mber" value="1">&nbsp ;Fast
Ethernet<input type="hidden" name="circuitty pe" value="Fast Ethernet"></b>
Circuit(s)</td></tr><tr><td >Connection Location:</td><td><select
name="connlocat ion" onBlur="javascr ipt:checkLocati ons(this)"><opt ion
value="London Telehouse">Lond on Telehouse</option><option value="London
Location 2">London Location 2</option><option
value="Manchest er">Mancheste r</option><option
value="Birmingh am">Birmingha m</option><option
value="Dublin"> Dublin</option></select></td></tr><tr><td>Cont ract
length:</td><td><select name="ContractL ength"><option value="6 Months">6
Months</option><option value="7 Months">7 Months</option><option value="8
Months">8 Months</option><option value="9 Months">9 Months</option><option
value="10 Months">10 Months</option><option value="11 Months">11
Months</option><option value="12 Months">12 Months</option><option value="13 Months">13 Months</option><option value="14 Months">14
Months</option><option value="15 Months">15 Months</option><option value="16 Months">16 Months</option><option value="17 Months">17
Months</option><option value="18 Months">18 Months</option><option value="19 Months">19 Months</option><option value="20 Months">20
Months</option><option value="21 Months">21 Months</option><option value="22 Months">22 Months</option><option value="23 Months">23
Months</option><option value="24 Months">24
Months</option></select></td></tr><input type="hidden" name="op"
value="yes"><tr ><td colspan="2" class="QuoteFt" ><input type="submit"
name="submit" value="get quote" class="bluebut" > &nbsp; <input type="button" name="reset" value="reset" class="bluebut"
onClick="javasc ript:resetQuote ()"></td></tr></table></form>

</body>
</html>

Jul 20 '05 #2
DB
Problem arose from the submit button being named submit.. now renamed to
submitit and all is pink and fluffy with the world
D.

"DB" <%64%69%7a%7a%7 9%62%69%72%64%4 0%64%69%7a%7a%7 9%2e%63%78> wrote in
message news:vs******** ****@corp.super news.com...
Hi All
Having stared at this all morning and altered various things with no effect other then to exasperate the problem i'm wondering if anyone could take a
look at the code below and see why on earth it's failing - I'm getting a
"Object doesn't suppport this property or method" Line 32 char 5 when i
attempt to change the location, have looked all over for answers and not
found anything on the net or in the js ref docs i have - any pointers
greatfully recieved. It was working until I added in the Location submit
function and now fails on all of the submit functions..
Thanks in Advance.
Diz

<html>
<head>
<link rel="stylesheet " href="includes/styles.css">
<script language="JavaS cript">
<!--
function portOption(val) {
portOption = val;
if (portOption == "yes") {
alert("open port option");
userid = document.quoteF orm.CompanyID.v alue;
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID='
+userid+'&op=ye s';
document.quoteF orm.submit();
exit;
} else {
alert("no open port option");
userid = document.quoteF orm.CompanyID.v alue;
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' +userid+'&op=no '; document.quoteF orm.Submit();
exit;
}
}

var selectedLocatio nValue = null;
var selectedLocatio nText = null;
function checkLocations( what) {
userid = document.quoteF orm.CompanyID.v alue;
selectedLocatio nValue = what.options[what.selectedIn dex].value;
var substrings = selectedLocatio nValue.split('L ondon');
if ((substrings.le ngth - 1) > 0) {
if (navigator.appN ame == 'Netscape' || document.all) {
document.quoteF orm.action = 'services.asp';
//?circuits=true& action=autoquot e&UserGroupID =' + userid;
document.quoteF orm.Submit();
}
} else {
if (navigator.appN ame == 'Netscape' || document.all) {
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' + userid;
document.quoteF orm.Submit();
}

}

}

function getCircuits() {
bus = document.quoteF orm.bus[0].checked;
res = document.quoteF orm.bus[1].checked;
userid = document.quoteF orm.CompanyID.v alue;
if ((bus == false) && (res == false)) {
traffic = false;
}else {
document.quoteF orm.action =
'services.asp?c ircuits=true&ac tion=autoquote& UserGroupID=' + userid;
document.quoteF orm.submit();
}
}

var selectedOptionV alue = null;
var selectedOptionT ext = null;

function setCompany(what ) {
selectedOptionV alue = what.options[what.selectedIn dex].value;
document.quoteF orm.action = 'services.asp?a ction=autoquote &UserGroupID =' + selectedOptionV alue;
document.quoteF orm.submit();
}

function resetQuote() {
document.quoteF orm.action = 'services.asp?a ction=autoquote ';
document.quoteF orm.submit();
}

//-->
</script>
</head>
<body>

<form name="quoteForm " method="POST" action="getquot e.asp">
<table class="AutoQuot e">
<tr>
<td bgcolor=#c0c0c0 colspan=2 class="QuoteHd" >Autoquote tool</td>
</tr>
<tr>
<td>Salesperson : SalesPerson</td>
<td align="right">C ompany: <input type="hidden" name="CompanyNa me"
value="2heads"> <input type="hidden" name="CompanyID " value="1">2head s</td>
</tr>
<tr>
<td colspan=2>What committed data rate (CDR) does the customer require?
<select name="CDR" onChange="javas cript:getCircui ts()"><option
value="1">10</option><option value="2">15</option><option
value="3">20</option><option value="4" selected>25</option><option
value="5">30</option><option value="6">35</option><option
value="7">40</option><option value="8">45</option><option
value="9">50</option><option value="10">55</option><option
value="11">60</option><option value="12">65</option><option
value="13">70</option><option value="14">75</option><option
value="15">80</option><option value="16">85</option><option
value="17">90</option><option value="18">95</option><option
value="19">100</option><option value="20">105</option><option
value="21">110</option><option value="22">115</option><option
value="23">120</option><option value="24">125</option><option
value="25">130</option><option value="26">135</option><option
value="27">140</option><option value="28">145</option><option
value="29">150</option><option value="30">155</option><option
value="31">160</option><option value="32">165</option><option
value="33">170</option><option value="34">175</option><option
value="35">180</option><option value="36">185</option><option
value="37">190</option><option value="38">195</option><option
value="39">200</option><option value="40">250</option><option
value="41">300</option><option value="42">350</option><option
value="43">400</option><option value="44">450</option><option
value="45">500</option><option value="46">550</option><option
value="47">600</option><option value="48">650</option><option
value="49">700</option><option value="50">750</option><option
value="51">800</option><option value="52">850</option><option
value="53">900</option><option value="54">950</option><option
value="55">1000 </option><option value="56">1050 </option><option
value="57">1100 </option><option value="58">1150 </option><option
value="59">1200 </option><option value="60">1250 </option><option
value="61">1300 </option><option value="62">1350 </option><option
value="63">1400 </option><option value="64">1450 </option><option
value="65">1500 </option><option value="66">1550 </option><option
value="67">1600 </option><option value="68">1650 </option><option
value="69">1700 </option><option value="70">1750 </option><option
value="71">1800 </option><option value="72">1850 </option><option
value="73">1900 </option><option value="74">1950 </option><option
value="75">2000 </option></select>Mbit/s</td>
</tr>
<tr>
<td rowspan=2 valign=top>Does the customer have a </td>
<td><input type="radio" name="bus" value="yes" checked
onClick="javaSc ript:getCircuit s()">business traffic
profile</td></tr><tr><td><inp ut type="radio" name="bus" value="no"
onClick="javaSc ript:getCircuit s()">residentia l traffic
profile</td></tr><tr><td colspan=2>For this capacity you require at least
<b>1<input type="hidden" name="circuitnu mber" value="1">&nbsp ;Fast
Ethernet<input type="hidden" name="circuitty pe" value="Fast Ethernet"></b>
Circuit(s)</td></tr><tr><td >Connection Location:</td><td><select
name="connlocat ion" onBlur="javascr ipt:checkLocati ons(this)"><opt ion
value="London Telehouse">Lond on Telehouse</option><option value="London
Location 2">London Location 2</option><option
value="Manchest er">Mancheste r</option><option
value="Birmingh am">Birmingha m</option><option
value="Dublin"> Dublin</option></select></td></tr><tr><td>Cont ract
length:</td><td><select name="ContractL ength"><option value="6 Months">6
Months</option><option value="7 Months">7 Months</option><option value="8
Months">8 Months</option><option value="9 Months">9 Months</option><option
value="10 Months">10 Months</option><option value="11 Months">11
Months</option><option value="12 Months">12 Months</option><option value="13 Months">13 Months</option><option value="14 Months">14
Months</option><option value="15 Months">15 Months</option><option value="16 Months">16 Months</option><option value="17 Months">17
Months</option><option value="18 Months">18 Months</option><option value="19 Months">19 Months</option><option value="20 Months">20
Months</option><option value="21 Months">21 Months</option><option value="22 Months">22 Months</option><option value="23 Months">23
Months</option><option value="24 Months">24
Months</option></select></td></tr><input type="hidden" name="op"
value="yes"><tr ><td colspan="2" class="QuoteFt" ><input type="submit"
name="submit" value="get quote" class="bluebut" > &nbsp; <input type="button" name="reset" value="reset" class="bluebut"
onClick="javasc ript:resetQuote ()"></td></tr></table></form>

</body>
</html>

Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
6579
by: M Smith | last post by:
I have a form I want to submit to itself. I want to be able to type in a list of numbers and submit the form and have that list show up on the same form under the text box I typed them into and the buttons. The problem is when I post a form to itself, the Enter key will not submit the form, it only clears the contents of the text box. The only way I can submit is to click the submit button. Here is a simplified version of my code that I...
2
4899
by: Margaret Werdermann | last post by:
Hi all: I'm having a nasty time with a particularly difficult piece of code and was hoping someone might be able to help me. I have a FormMail form that originally worked perfectly. Then, I had to add a JavaScript function to the Submit button to make a server function run when the form was submitted. Unfortunately, this JavaScript wouldn't run when the button was designated as a Submit, so I changed the button and placed a...
15
2559
by: JR | last post by:
Hi. I hope someone out there who is more versed with JavaScript than I can help me with the following annoying problem. Here's the problem. I have a form with the following layout: Column A Column B Column C data 4 radio buttons more data .... ... ... .... ... ...
4
8165
by: jwlum | last post by:
I have the following problem under Internet Explorer only: 1. User fills out form data (myform.php) and clicks a button that fires myFunction() 2. myFunction() spawns a "hello, world" popup page via window.open 3. myFunction() submits the main page's form via document.form.submit() 5. User closes popup window and clicks browser's Back button to return to form entry page 6. All the form data that the user had filled out is now blank...
1
2581
by: kkuniya | last post by:
Situation : - A form (method : POST, action : itself, onsubmit : alert 'Submit' ) - Got 2 submit button ( 'Save' , 'View') - Got navigation 1|2|3|4 What I want to do : - Once clicked on the navigation page, it will save the page without need to click on 'Save' button. Currently, if i manually clicked on the 'Save' button; it will save the page.
5
77637
by: antonyliu2002 | last post by:
Hi, It looks like so many people are having problems with the javascript submit in firefox. I searched around, but haven't found a solution yet. Mostly, people were saying, try this or try that or maybe blah blah or why do you wanna do that blah blah. I haven't seen a solution to this problem. OK, I am trying to share session objects between classic asp applications and asp.net applications. If you insist in asking why I
8
7705
by: kj | last post by:
Is there a simple way to decouple the value attribute of a submit button from the text that actually gets displayed on it? In principle, what I'm looking for is something like <input type="submit" name="submitted_via" value="some string meaningless to the user" label="Submit Request" /> such that the browser would use the content of the imaginary
4
2284
by: szimek | last post by:
Hi, I've already posted an email with this problem, but this time I think I got a bit more info. The app I'm currently working on works like this: when user clicks on a clickable element, it handles its onclick event and sets values of input fields in hidden form according to event data etc. The form is submitted, on the server side there's some javascript generated that is injected into a hidden frame (the same where the hidden form...
7
1950
by: Petr Vileta \(fidokomik\) | last post by:
I have a form with few text inputs. Every text input is followed by image type input. In this form I want to have 1 submit button on the top. A problem I want to resolve is: when user type something into text input and press enter then I want to submit form by image type button but not by submit button. I tried to use tabindex parameter but this not work as I expect. Any idea? Code example:...
0
9621
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.