Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / JScript / October 2003

Tip: Looking for answers? Try searching our database.

Executing a query thru javascript

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
param - 21 Oct 2003 05:17 GMT
Hi,
I need to make  a call to another browser with some arguments.
The query will be of the form (www.site.com?id=1&val=10).
Now I am making the call to open window function to achieve this.

var win = open("www.site.com?id=1&val=10", "target" );

The target web site will update the database depending on the arguments.
I do not want to open a window to do this. I think there should be some
other way.
Any tips?

Also, I am encountering a strange problem if I close the window after the
call (win.close( ) ).
The database will not be updated by the target website if I close the window
after the call,
var win = open("www.site.com?id=1&val=10", "target" );
win.close();

I think this is the sideeffect of closing the window too early!

Thanks,
paramesh
Joe Fawcett - 21 Oct 2003 10:46 GMT
> Hi,
>  I need to make  a call to another browser with some arguments.
[quoted text clipped - 19 lines]
> Thanks,
> paramesh

var oImg = new Image("http://www.site.com?id=1&val=10");

Signature

Joe


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.