J
|
Jane 1/8/2007 |
Hi, |
J
|
jwh45 author 1/8/2007 |
Hi, I'm not sure that I understand you correctly. Please give me more detailed description of what you're doing.
|
J
|
Jane 1/9/2007 |
I'm not sure that I understand you correctly. <INPUT class=button id=submit1 type=submit value=Save name=submit1> and add following lines just before: <INPUT class=button id=addbutton onclick="java script: window.open('TableName_add.php');" type=button value=add name=addbutton>
|
J
|
jwh45 author 1/10/2007 |
I'm not sure that I understand you correctly. To put new button on the ADD page proceed to the Visual Editor tab, turn on HTML mode, find this code: and add following lines just before: where TableName is your actual table name.
|
J
|
jwh45 author 1/10/2007 |
Damn, this is embassassing. Javascript is one word. When I took out the space, it worked. Sorry <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=14459&image=1&table=forumreplies' class='bbc_emoticon' alt=':o' /> |
I
|
ictaylor 1/14/2007 |
Hi
|
J
|
jwh45 author 1/14/2007 |
Hi I want to launch a popup from my original submit button - I dont want to add another button and basically want a pop up to launch when someone clicks submit AS WELL as being forwarded to the original 'registration sucessful' page my current code for the button is: <tr> <td colspan=2 align=middle bgcolor="#2D57AB" width="289"> <p align="left"> <input type=hidden name=btnSubmit value="Register">
|
I
|
ictaylor 1/14/2007 |
I cant get it to work no matter what I do...... it doesnt error but just doesnt do anything. |