P
pbd22
Hi.
I have HTML on my form that was constructed on the server.
The "browser" is a PopUp that was previously fired from another page.
This popup is a standard browser pop-up,
nothing fancy or unique.
There are two forms inside the pop-up:
They both have javascript buttons on them that submit the form. The
submit constructs a querystring that gets sent to the server. When i
look at it on the server, Length is always 0.
What am i doing wrong?
I have tried this using an input button with type=submit also and i
still get length = 0.
One of the two forms is as such:
<form action='view_webinar_free.aspx' name='view_webinar_free'
id='view_webinar_free'><div class='formButtons'><a
href='javascript:submitviewer();' class='textBtnRed
formBtn'><span>View Webinar</span></a></div></form>
Bot forms and enclosing HTML is below:
<div class="mod1Col">
<div class="shbox">
<div class="sh1">
<div class="sh2">
<div class="box">
<!-- BEGIN HEADER -->
<div class="modHeader deepPurpleBG">
<h2>View webinar</h2>
</div>
<!-- END HEADER -->
<!-- BEGIN MODULE CONTENT-->
<div class="modBody modHeight160">
<div class="modCopy">
<p>Click on the button below to access the webinar.</p><form
action='view_webinar_free.aspx' name='view_webinar_free'
id='view_webinar_free'><div class='formButtons'><a
href='javascript:submitviewer();' class='textBtnRed
formBtn'><span>View Webinar</span></a></div></form>
</div>
</div>
<!-- END MODULE CONTENT-->
</div>
</div>
</div>
</div>
<div class="shbox">
<div class="sh1">
<div class="sh2">
<div class="box">
<!-- BEGIN HEADER -->
<div class="modHeader deepPurpleBG">
<h2>Login to the presenter</h2>
</div>
<!-- END HEADER -->
<!-- BEGIN MODULE CONTENT-->
<div class="modBody modHeight360">
<div class="modCopy">
<p>Click on the button below to access the presentation
interface.</p><br /><form action='presenter_interface.aspx'
name='presenter_interface?music=love&travel=love&sports=love'
id='presenter_interface' ><ul><li><label>Email:</label><input
type='text' class='input_small' id='oEmail' /></
li><li><label>Password:</label><input type='password'
class='input_small' id='oPass' /></li></ul><div class='formButtons'><a
href='javascript:submitpresenter();' class='textBtnRed
formBtn'><span>Login</span></a></div></form>
</div>
</div>
<!-- END MODULE CONTENT-->
</div>
</div>
</div>
</div>
</div>
I have HTML on my form that was constructed on the server.
The "browser" is a PopUp that was previously fired from another page.
This popup is a standard browser pop-up,
nothing fancy or unique.
There are two forms inside the pop-up:
They both have javascript buttons on them that submit the form. The
submit constructs a querystring that gets sent to the server. When i
look at it on the server, Length is always 0.
What am i doing wrong?
I have tried this using an input button with type=submit also and i
still get length = 0.
One of the two forms is as such:
<form action='view_webinar_free.aspx' name='view_webinar_free'
id='view_webinar_free'><div class='formButtons'><a
href='javascript:submitviewer();' class='textBtnRed
formBtn'><span>View Webinar</span></a></div></form>
Bot forms and enclosing HTML is below:
<div class="mod1Col">
<div class="shbox">
<div class="sh1">
<div class="sh2">
<div class="box">
<!-- BEGIN HEADER -->
<div class="modHeader deepPurpleBG">
<h2>View webinar</h2>
</div>
<!-- END HEADER -->
<!-- BEGIN MODULE CONTENT-->
<div class="modBody modHeight160">
<div class="modCopy">
<p>Click on the button below to access the webinar.</p><form
action='view_webinar_free.aspx' name='view_webinar_free'
id='view_webinar_free'><div class='formButtons'><a
href='javascript:submitviewer();' class='textBtnRed
formBtn'><span>View Webinar</span></a></div></form>
</div>
</div>
<!-- END MODULE CONTENT-->
</div>
</div>
</div>
</div>
<div class="shbox">
<div class="sh1">
<div class="sh2">
<div class="box">
<!-- BEGIN HEADER -->
<div class="modHeader deepPurpleBG">
<h2>Login to the presenter</h2>
</div>
<!-- END HEADER -->
<!-- BEGIN MODULE CONTENT-->
<div class="modBody modHeight360">
<div class="modCopy">
<p>Click on the button below to access the presentation
interface.</p><br /><form action='presenter_interface.aspx'
name='presenter_interface?music=love&travel=love&sports=love'
id='presenter_interface' ><ul><li><label>Email:</label><input
type='text' class='input_small' id='oEmail' /></
li><li><label>Password:</label><input type='password'
class='input_small' id='oPass' /></li></ul><div class='formButtons'><a
href='javascript:submitpresenter();' class='textBtnRed
formBtn'><span>Login</span></a></div></form>
</div>
</div>
<!-- END MODULE CONTENT-->
</div>
</div>
</div>
</div>
</div>