Click to See Complete Forum and Search --> : passing variables


Turlock
10-24-2003, 07:49 AM
Hi,
I'm trying to make a front end for a web based forum, I know it sounds pointless but I just want to see if I can get it going.

The problem is as follows, to post up a message on the forum or to post a private message you load up a page called
post.asp or privatepost.asp here you fill out the sendto, message, username,password,etc., details and then click the send message button to send the message using the privatepost_info.asp page to actually post the message

I want to be able to send a message from something like VB without having to go through the page and therefore pass the variables through the address bar.

I would have thought that doing it like this would of worked

http://www.page.com/forum/private_info.asp?sendto=user&message=test&pword=(password encoded)&user=test[etc.]

but this isn't working does anyone have any ideas how to do this?

Thanks