Are you opening the web page by double-clicking it via windows explorer or are you accessing it through a browser like by a URL like http://localhost/VirtualDirectory/Page.html?
Mark --- Trev <[EMAIL PROTECTED]> wrote: > Ok, > you have IIS set up on your computer? You are > correct, I'm opening > it locally from a folder. I believe my ISP runs > appache. That's a > problem right? I've received the notifications via > email, and it's > all good, one of the numbers (that you've entered i > assume) is 2951. > > Per say that is the case... what can I do to make > this work? :( > > Thanks in advance. > > Trev. > > --- In [email protected], "Peter > Brunone" > <[EMAIL PROTECTED]> wrote: > > > > So you're not hitting the local page via > http://localhost, > but > > rather as c:\somefolder\somepage.html? That will > produce the > results > > below. > > > > Is your web server Windows/IIS-based, and if so, > are you sure > > ASP is installed/enabled? Who is your host? > > > > You can check this by typing your domain name > into > the "What's > > that site running" form at http://www.netcraft.com > . > > > > Peter > > > > -----Original Message----- > > From: [email protected] On > Behalf Of Trev > > > > Can you send me a screen shot? :-D > > > > Ok, it works for you. how are you viewing the > pages? do you simply > > open the first, and click to the second? I load > the first page > via > > the index.html that I'm using. Yes, at this stage, > locally on my > > computer. Is that a problem? I did try uploading > the pages to > the > > web server, and got the same result. What am I > doing wrong? :-(( > > It's driving me nuts!! arrgghhh!! Can you tell > me what you did > > with that code, to view it, and see it work? > > > > Thanks mate. > > > > Trev. > > > > --- In [email protected], Mark > E > > <[EMAIL PROTECTED]> wrote: > > > Trev, > > > > > > Would you believe me if I told you that this > works for me? I see > > the value in the textbox (formerly the hidden > control) and I even > > added a new hidden control using your exact code > and it works fine > > for me. > > > > > > Mark > > > > > > Trev <[EMAIL PROTECTED]> wrote: > > > That would be correct. I need the value from > used_1.html here : > > > > <FORM ACTION="used_enquiry.asp" METHOD="POST"> > > > > <INPUT TYPE="HIDDEN" NAME="sNumber" > VALUE="2848"> > > > > <INPUT TYPE="submit" VALUE="Query This > Car"> > > > > </FORM> > > > > > > to pass to used_enquiry.asp, such that it passes > to here : > > > > > > > <% > > > > sNumber=request.form("sNumber") > > > > %> > > > > > > > > > > <INPUT NAME="Stock#" > VALUE="<%=sNumber%>"> > > > > > > I hope this is possible! The reason I wish it to > go this way, is > > so > > > I can use the same enquiry form, rather than > writing one for each > > > vehicle, as when someone enquires, we want the > form to tell us > > which > > > car they're enquiring about. I've completely > re-designed the > > > website, as the one before was like a dog's > breakfast. Sure, > I'm > > > not a pro at it, but I know enough HTML to make > a quite tidy > site. > > > I've just never dealt with forms and passing > data between > pages. > > > Your help on this will be greatly appreciated! > GREATLY! Thanks. > > > > > > Trev. > > > > > > > > > --- In [email protected], > Mark E > > > <[EMAIL PROTECTED]> wrote: > > > > Trev, > > > > > > > > Is the issue getting the value for sNumber > from used_1.html to > > > used_enquiry.asp? > > > > > > > > Mark > > > > > > > > Trev <[EMAIL PROTECTED]> wrote: > > > > Ok, the first page is saved as a HTML > document. Basically what > > I > > > need > > > > to happen is when the "query this car" button > is pressed, the > > > stock > > > > number (2848) is submitted to the > "used_enquiry.asp". the asp > > > form, > > > > is then to submit the stock number (sNumber) > when the person > has > > > > filled out the rest of the form and pressed > submit. I've > > > > intentionally turned of the "hidden" attribute > in the asp, to > > see > > > what > > > > it displays. > > > > > > > > used_1.html > > > > ----------- > > > > <HTML> > > > > <HEAD> > > > > <TITLE>GLADSTONE MOTORWORLD - Used Car > Profile</TITLE> > > > > > > > > > > > > </HEAD> > > > > <BODY BGCOLOR="#000000" > onLoad="window.location.hash='TOP';"> > > > > <TABLE ALIGN=CENTER VALIGN=CENTER WIDTH="774" > BORDER="0" > > > > CELLPADDING="0" CELLSPACING="0"> > > > > <TR> > > > > <TD WIDTH="129" HEIGHT="0"><A > NAME="TOP"></A></TD> > > > > <TD WIDTH="129" HEIGHT="0"></TD> > > > > <TD WIDTH="129" HEIGHT="0"></TD> > > > > <TD WIDTH="129" HEIGHT="0"></TD> > > > > <TD WIDTH="129" HEIGHT="0"></TD> > > > > <TD WIDTH="129" HEIGHT="0"></TD> > > > > </TR> > > > > <TR> > > > > > > > > <TD><FONT FACE="Tahoma" COLOR="#FFFFFF" > > SIZE="+1">HONDA</TD> > > > > <TD><FONT FACE="Tahoma" COLOR="#FFFFFF" > SIZE="+1">CRV > > > > SPORT</TD> > > > > <TD COLSPAN="2"><FONT FACE="Tahoma" > COLOR="#FFFFFF" > > > > SIZE="+1">2001</TD> > > > > </TR> > > > > <TR> > > > > <TD COLSPAN="4"><HR></TD> > > > > <TD COLSPAN="2"></TD> > > > > </TR> > > > > <TR> > > > > <TD COLSPAN="2" VALIGN=CENTER > ALIGN=CENTER><A === message truncated === Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
