ASP experts required

You missed out the ";" from &nbsp part above.

I think that was just in the original code, I was lazy and didn't check it properly :p.

the error I am receiving on booking3.asp is as follows

Microsoft VBScript runtime error '800a01a8'

Object required

/booking3.asp, line 479


any ideas why?

thanks

Did you use the IsObject() code from my other post?
 
yep sure did i replaced the incorrect code with this

If IsObject(rs) Then
rs.close
Set rs = Nothing
End If
%>

and I am receiving the above error msg

any ideas whats happening?
 
djkav - i changed booking2.asp as per your recommendation now im receiving this error:

&nbspAirport:

before when Pho did I had this problem only:

&nbspAirport

some small coding issue here - please help me resolve it

thanks guys
 
i changed it back to what PHO did originally so am still receiving the "&nbspAirport" problem on booking2.asp
 
there error has gone loooooooooool

however one minor issue, when i click on the "accept" button I then am greeted with an error page - why is that?

that happens on both IE and FF
 
Looks like the cause of you seeing &nbsp is because if you look in your JavaScript you're missing the ; at the end when it's used in getPickupAddressFields() and getDropAddressFields().

This should fix it, take a backup first mind!

Do a find/replace in your text editor.

Find: &nbsp&nbsp
Replace with:   
 
there error has gone loooooooooool

however one minor issue, when i click on the "accept" button I then am greeted with an error page - why is that?

that happens on both IE and FF

The accept button is posting to https://website-ssl.com/londonairportpickup-com/index.asp - which isn't working any more. You need to change this to whatever the correct link is, is it just meant to go back to your homepage?


got the originals handy :)

on which forms should I do this? just the second - booking2.asp?

Yep. You might need to revert showDefinition to my version again though, here's it again incase the forum broke it:

booking1.asp: http://pastebin.ca/1912354
booking2.asp: http://pastebin.ca/1912357
 
Last edited:
pho - find and replace fixed that little issue nicely , thanks

to the posting issues on booking3.asp why do I get an error? any ideas?
 
why is it not working? any ideas? the page is valid etc

im baffled, snookered, stumped...

i have all the files that make up the site include that the index.asp file that doesnt exist...
 
It's going to https://website-ssl.com/ which isn't your website. Either that's some service provided by your website host or it's some other system which was set-up to receive the booking.

Either way, you need to find what the correct page to send the form to is, to have to write the results to the database.
 
A quick check might be to search all your websites files (use notepad++ say) for something like "INSERT INTO" and see what it finds, that will "probably" be the right page to send the form to.
 
I am beginning to think that the index page was not finished despite sending you a copy by email - does that page I just emailed you look finished?

inside the Shared SSL folder I have the following files

filesvd.jpg


what dya think?
 
I don't know, I can't access any files under https://website-ssl.com/londonairportpickup-com/ which suggest that what you're seeing above isn't what that address above is pointing to. Might be worth asking your host why that is?

For example, you have a file called help-cvc.shtml there so this address should work but it doesn't:
https://website-ssl.com/londonairportpickup-com/help-cvc.shtml

The file you sent me looks OK, it looks like it sends an email off to someone with the booking information.

What is the path to those files posted above in your FTP client?
 
kk well in that case I will stop here and speak to the host and see what they say

thank you so much for all your help and support I will let you know how I get on

cheers :)
 
Back
Top Bottom