You need to set up the virtual directory in IIS and map it to your folder. This will then "process" the page as Peter was saying.
Mark --- Trev <[EMAIL PROTECTED]> wrote: > I've been accessing via the good old "double click". > I've also just found out that my web host, is > running a linux > server. (can change over to a 2k3 server, but this > costs $59, and 4 > hours downtime, and I have to upload the site > again.) > > I'll have a bit of a play and see where I can end > up. :) Your help > is priceless mate. THanks. > > --- In [email protected], Mark E > > <[EMAIL PROTECTED]> wrote: > > 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) > === 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/
