Wrox Programmer Forums
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 18th, 2009, 12:22 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default using <form action

Hi to all...I'm having a problem where i can't seem to pass the variable PromoSize and PromoID and my radio button value to my next page... I'm only getting http://www........MergeFileByDept.asp?pdfs=5which is the value from my radio buttons...the value of PromoSize and PromoID are there and i print them on screen...those anyone see something i don't...Thanking you in advanceRinothe currant page http://www........BySizes.asp?PromoS...Response.Write "" & Chr(13)Response.Write "Select Dept.:" & Chr(13)Response.Write "1" & Chr(13)Response.Write "2" & Chr(13)Response.Write "3" & Chr(13)Response.Write "4" & Chr(13)Response.Write "5" & Chr(13)Response.Write "6" & Chr(13)Response.Write "7" & Chr(13)Response.Write "8" & Chr(13)Response.Write "9" & Chr(13)Response.Write "

" & Chr(13)'Response.Write "Testing" & Chr(13)Response.Write "" & Chr(13)
 
Old February 18th, 2009, 12:23 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default

Response.Write "" & Chr(13)Response.Write "Select Dept.:" & Chr(13)Response.Write "1" & Chr(13)Response.Write "2" & Chr(13)Response.Write "3" & Chr(13)Response.Write "4" & Chr(13)Response.Write "5" & Chr(13)Response.Write "6" & Chr(13)Response.Write "7" & Chr(13)Response.Write "8" & Chr(13)Response.Write "9" & Chr(13)Response.Write "

" & Chr(13)Response.Write "" & Chr(13)
 
Old February 18th, 2009, 04:47 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

None of that makes any sense, sorry.

I'm not sure what you were trying to show with this stuff:
Quote:
Response.Write "" & Chr(13)Response.Write "Select Dept.:" & Chr(13)Response.Write "1" & Chr(13)Response.Write "2"...
but clearly that has nothing to do with radio buttons.

Maybe you could show some *REAL* code????
 
Old February 20th, 2009, 03:03 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default

thank you for getting back to me...I tried a few times to paste the code and it didn't work... don't know why...But i got my code to work now....question i'm using this loop in my code but i keep on getting an errorType mismatch: 'ubound' For i=0 to ubound(filenames) filenames(i) = Trim(Path)+trim(filenames(i))Nextwould you know why???
 
Old February 20th, 2009, 04:31 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default

Forget about it...it's working...Thanks Rino





Similar Threads
Thread Thread Starter Forum Replies Last Post
<jsp:useBean> action problem austinf JSP Basics 1 August 21st, 2006 04:23 PM
form action attribute austinf HTML Code Clinic 2 August 2nd, 2006 08:30 AM
Two action in a form johnjohn Classic ASP Components 1 November 16th, 2004 05:45 PM
error in <form action='{$_SERVER['PHP_SELF']} lanita PHP How-To 1 July 27th, 2004 01:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.