Click here to Skip to main content
15,901,957 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
Member 239531-May-00 21:36
Member 239531-May-00 21:36 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
haykel1-Jun-00 1:51
haykel1-Jun-00 1:51 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
Member 23951-Jun-00 10:49
Member 23951-Jun-00 10:49 
GeneralRTF to TXT/HTML Pin
richard24-May-00 9:48
richard24-May-00 9:48 
GeneralSpecifying multiple "Actions" in a form Pin
Chris Maunder19-May-00 1:07
cofounderChris Maunder19-May-00 1:07 
GeneralRe: Specifying multiple Pin
Uwe Keim19-May-00 1:13
sitebuilderUwe Keim19-May-00 1:13 
GeneralRe: Specifying multiple Pin
Chris Maunder19-May-00 1:30
cofounderChris Maunder19-May-00 1:30 
GeneralRe: Specifying multiple Pin
Alex Gorev19-May-00 5:20
Alex Gorev19-May-00 5:20 
Hi Chris!

You can put one or more buttons on the form and then process their OnClick events, specifying the form's action and submitting the data. See example below...

Regards,
Alex Gorev,
Dundas Software.

********************************************************
function OnUpload() {
document.form1.action = "test2.asp"
document.form1.submit();
}







GeneralRe: Specifying multiple Pin
Chris Maunder19-May-00 17:10
cofounderChris Maunder19-May-00 17:10 
GeneralRe: Specifying multiple Pin
Tim Deveaux20-May-00 7:31
Tim Deveaux20-May-00 7:31 
GeneralRe: Specifying multiple Pin
Tim Deveaux20-May-00 9:58
Tim Deveaux20-May-00 9:58 
GeneralPrinting multiple pages on the Client Pin
Chris Losinger18-May-00 8:15
professionalChris Losinger18-May-00 8:15 
GeneralRe: Printing multiple pages on the Client Pin
haykel21-May-00 7:22
haykel21-May-00 7:22 
GeneralRe: Printing multiple pages on the Client Pin
Chris22-May-00 6:13
Chris22-May-00 6:13 
GeneralRe: Printing multiple pages on the Client Pin
haykel22-May-00 21:50
haykel22-May-00 21:50 
GeneralRe: Printing multiple pages on the Client Pin
Uwe Keim21-May-00 9:51
sitebuilderUwe Keim21-May-00 9:51 
QuestionHow to Get second COM Interface pointer in ASP Pin
Manoj Srivastava17-May-00 20:06
Manoj Srivastava17-May-00 20:06 
AnswerRe: How to Get second COM Interface pointer in ASP Pin
Konstantin Vasserman18-May-00 16:22
Konstantin Vasserman18-May-00 16:22 
AnswerRe: How to Get second COM Interface pointer in ASP Pin
Alex Gorev19-May-00 5:51
Alex Gorev19-May-00 5:51 
GeneralRunning an external program Pin
Cory M Hicks15-May-00 12:19
sussCory M Hicks15-May-00 12:19 
GeneralRe: Running an external program Pin
Tim Deveaux15-May-00 14:29
Tim Deveaux15-May-00 14:29 
GeneralTree control problem Pin
Don Miguel13-May-00 23:29
Don Miguel13-May-00 23:29 
GeneralPopulating a listbox based on the selected item in another listboxof Pin
Martin Eising10-May-00 4:37
Martin Eising10-May-00 4:37 
GeneralRe: Populating a listbox based on the selected item in another listboxof Pin
Sorin10-May-00 16:48
Sorin10-May-00 16:48 
Generaltriggering applications from a webpage Pin
Simon8-May-00 2:34
Simon8-May-00 2:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.