I have a form with two radio buttons (soon to be more). Each button has name="shop" but different values. I also have a hover button that calls a URL. Now what I need to do is change the path in the URL based on which radio button is selected. Any suggestions?
I have a form with a drop down box that calles the page it is on (business.asp) with the selected value. The call (URL) is fine but once the page reloads, it never has the selected category "selected".
Here's the code:
intCategoryID = Request.QueryString("SelectedCategory")
<form...
I have a drop down list (in a form) made from a query to a database but when I try to use the form result in the action statement, it holds old data. See my code:
<form name="frmCategoryName" method="Post" action="businesses.asp?Category=<%=Request.Form("SelectedCategory")%>">
What category of...
HELP! I installed a classified ads script on my local machine, customized its colors, etc, then installed on my live hosted website. The live site is still running fine but I found my local version is no longer runable. I have reinstalled Win XP Pro since I last worked on it locally so I figure...
Newbie here - idiot instructions PLEASE!
I am working on my first flash document and I have two layers - each layer containing a text object. I have one of text object of layer1 dropping down and bouncing back up above the text object of layer2. On the way down, I want the text object of layer1...
I have a form (using Frontpage 2002) with an input textbox.
<input type="text" name="CompanyName" size="60" value = '<%Response.Write(rsCoupon("Company Name"))%>'>
But if rsCoupon("Company Name") includes an apostrophy (sp?), it only shows the text up to it. So "Amy's Antiques" just becomes...
I have an asp file using vbscript and a html form. I have a tab order set up and when the user tabs to one of my form fields that is a prefilled textbox, I want the cursor to go to the end of the text in the box. Can anyone tell me how to do this?
Thanks,
Amy
How do you call a sub (within the same file as the form) when the user clicks the submit button? I have a asp file written with HTML and VBscript that I want to use for adding, editing, or deleting a record set of my access database. I want this to all be done within one asp file so I don't have...
I am trying to call a sub within the current asp file (written with vbscript) but when I hit the submit button of my frontpage form, I see a quick flash of "Error On Page" in the status bar of IE, then the page reloads. This is something new I am trying so please see if you can spot my error(s)...
Hi,
I just added a search component to my web and I have FPSE 2002 installed. I first started to get an error saying that the FPSE needed to be installed. After looking around on the internet for help I found sharepoint administration where I added my website as a subweb to my WinXP Pro server...
I have a binary file I am writing sequentially. I found when I PUT an integer in it greater than 255 it wrote it in two bytes (as desired) but when I have to return to some previous record # already written and write an integer value greater than 255, I get an Bad File Name or Number error.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.