Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Closed Thread
Old 08-04-2010, 03:13 PM Simple ASP Question?
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
I am developing a toolbar app that runs via vbscriot (asp). All works fine but one thing. I need to be able to get the URL that is currently in the browser to get the toolbar app to run. I can't find anyway to do this. Request server variables won't work because I need the url as people "surf". I'm stumpted, any ideas??? Thanks.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
View Public Profile
 
 
Register now for full access!
Old 08-04-2010, 03:41 PM Re: Simple ASP Question?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Tut, Tut writing spyware toolbars eh!

Can't be done with ASP, as it has no access to the browser info. The only way is with javascript (window.location.href).

Is this a toolbar to run as a "addon/plugin" to the browser?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 08-04-2010, 03:46 PM Re: Simple ASP Question?
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Tut, Tut writing spyware toolbars eh!

Can't be done with ASP, as it has no access to the browser info. The only way is with javascript (window.location.href).

Is this a toolbar to run as a "addon/plugin" to the browser?
Thanks Chris, I had a feeling. Maybe I can use the javascript to run at the server, then call the function??? Anyway, it's part of the SearchBliss Webmaster Toolbar (conduit). Thanks!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
View Public Profile
 
Old 08-04-2010, 04:36 PM Re: Simple ASP Question?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
The javascript could run and pass data back (xmlHTTP) to a server script on the same host, as with Google Analytics, but of course this isn't going to work once the client browsers has left the site.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 08-04-2010, 05:59 PM Re: Simple ASP Question?
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
Quote:
Originally Posted by chrishirst View Post
The javascript could run and pass data back (xmlHTTP) to a server script on the same host, as with Google Analytics, but of course this isn't going to work once the client browsers has left the site.
I realized this an hour go...ugh. What to do? Have a Beer perhaps.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
View Public Profile
 
Old 08-04-2010, 06:14 PM Re: Simple ASP Question?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Sounds like a plan


Unless you want to start writing a Firefox installer
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 08-05-2010, 11:19 AM Re: Simple ASP Question?
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Sounds like a plan


Unless you want to start writing a Firefox installer
beer installer...done
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
View Public Profile
 
Old 08-20-2010, 03:53 PM Simple ASP Question?
Banned

Posts: 6
Name: jinnahsoft
Trades: 0
Hi
I'm not that great with ASP but I've hacked together a simple server
side script that uses the Microsoft XML ServerXMLHTTP object. The
problem is that when other people use the script sometimes they get an
error that the object can not be created, due likely to the required
Microsoft XML libraries not being installed. I'd like to try creating
the XMLHTTP object in an if/else block so that if the object can not be
created then it tries another object creation approach... here is the
code I'm using to create the object:
myjsbest4u is offline
View Public Profile
 
Old 08-20-2010, 03:55 PM Re: Simple ASP Question?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by myjsbest4u View Post
Hi
I'm not that great with ASP but I've hacked together a simple server
side script that uses the Microsoft XML ServerXMLHTTP object. The
problem is that when other people use the script sometimes they get an
error that the object can not be created, due likely to the required
Microsoft XML libraries not being installed. I'd like to try creating
the XMLHTTP object in an if/else block so that if the object can not be
created then it tries another object creation approach... here is the
code I'm using to create the object:
http://www.itnewsgroups.net/group/mi...opic24303.aspx


You are the weakest link!

Goodbye!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Closed Thread     « Reply to Simple ASP Question?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23376 seconds with 12 queries