Hi Tom,

> I have a login script done for a website. After the action
> page has been loaded to login I want to load another page,
> has this been done before?

Sure, and quite frequently recently. :)

The source for the rssx, comx and that line of searches demonstrates
how to POST to a server using MSXML then you can just open a new
browser based on the results, often (though not always) it will
maintain a cookie that will be shared between the MSXML object and the
browser.

If that doesn't work you still have a couple options.
* You can use a named search window in the original POST, then
'window.open' to the same named window at the new URL. Some sessions
do not 'play well' using this type of method though.
* You can contact the webmaster of the site and beg them to make it
easier on you (and increase their visibility/usability by getting into
the install for every DQSD user) by providing that functionality
directly within the form itself as an additional (though not required)
field. This is probably the most sound method since it alerts the
webmaster that changes to their form field names and functionality can
literally cut off the useability of thousands of potential visitors.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
    I bought some powdered water. What do I add?




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to