473,396 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

vb.net open iexplorer and pass a variable

I need to call internet explorer from another program and pass along a
variable to the aspx page that I am opening.
example iexplorer.exe "search.aspx?variable1="12345"

please give me an example of the proper command line syntax and the code to
set the variable in the aspx program.
thanks
Jul 19 '05 #1
5 7544
Don't put "12345" in quotes. I don't know what the syntax would be for
"another program" but in any normal language, having a " in the middle of
the string like that would kick an error.

Ray at work

"Mike Ratliff" <mi**********@putnam-fl.com> wrote in message
news:gN*****************@bignews1.bellsouth.net...
I need to call internet explorer from another program and pass along a
variable to the aspx page that I am opening.
example iexplorer.exe "search.aspx?variable1="12345"

please give me an example of the proper command line syntax and the code to set the variable in the aspx program.
thanks

Jul 19 '05 #2
Shell("IEXPLORE.EXE http://www.developersdex.com/asp/default.asp?p=577")

Sarder Hasnut
http://totalitsolution.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #3
I am not even sure that is the correct syntax to call an aspx program. I
need examples using vb.net. The calling program does not matter, you could
run it from the command prompt of your computer. I just want to start an
aspx program and pass it a variable.

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:ON**************@TK2MSFTNGP10.phx.gbl...
Don't put "12345" in quotes. I don't know what the syntax would be for
"another program" but in any normal language, having a " in the middle of
the string like that would kick an error.

Ray at work

"Mike Ratliff" <mi**********@putnam-fl.com> wrote in message
news:gN*****************@bignews1.bellsouth.net...
I need to call internet explorer from another program and pass along a
variable to the aspx page that I am opening.
example iexplorer.exe "search.aspx?variable1="12345"

please give me an example of the proper command line syntax and the code

to
set the variable in the aspx program.
thanks


Jul 19 '05 #4
See a .net group then. This is a "classic" asp group.

Ray at work

"Mike Ratliff" <mi**********@putnam-fl.com> wrote in message
news:Z0*****************@bignews2.bellsouth.net...
I am not even sure that is the correct syntax to call an aspx program. I
need examples using vb.net. The calling program does not matter, you could run it from the command prompt of your computer. I just want to start an
aspx program and pass it a variable.

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:ON**************@TK2MSFTNGP10.phx.gbl...
Don't put "12345" in quotes. I don't know what the syntax would be for
"another program" but in any normal language, having a " in the middle of the string like that would kick an error.

Ray at work

"Mike Ratliff" <mi**********@putnam-fl.com> wrote in message
news:gN*****************@bignews1.bellsouth.net...
I need to call internet explorer from another program and pass along a
variable to the aspx page that I am opening.
example iexplorer.exe "search.aspx?variable1="12345"

please give me an example of the proper command line syntax and the
code to
set the variable in the aspx program.
thanks



Jul 19 '05 #5
This is a classic asp newsgroup. While you may be lucky enough to find a
dotnet-savvy person here who can answer your question, you can eliminate the
luck factor by posting your question to an appropriate group. The .Net
groups contain the word "dotnet"

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Marcello | last post by:
Hello I have a page of 2 frame: menu (menu.php) corpo (corpo.php) In menu.php i have: <script> function selAut(){ aut=autore.selectedIndex; aut=autore.options.value;
0
by: Mike Ratliff | last post by:
I need to call internet explorer from another program(or say from the run command) and pass along a variable to the aspx page that I am opening. example: iexplorer.exe search.aspx?variable1=12345...
9
by: Simon | last post by:
Hi, I have written an ActiveX object to resize images and upload them to a database, this all works fine but when I close internet explorer the process iexporer.exe is still running in my task...
4
by: Bob | last post by:
I want to open a file in a function and pass the file back to main so another function can manipulate the file, something like this: # begin def open_file()...
4
by: _Mario.lat | last post by:
Hallo, I have a little question: In the function session_set_save_handler I can pass the name of function which deal with session. In Xoops code I see the use of this function like that: ...
6
by: mardif | last post by:
Hi guys. I've a very big big big problem: I've in my windows computer a file named cicciobello.html, located in c:\documents and settings\username\desktop\cicciobello.html. Now, I MUST open...
5
by: Steve JORDI | last post by:
Hi, I have a strange behavior when using IExplorer over FireFox. There is an html form that asks for the name of a city and has a dedicated field for that with a submit button next to it. In...
2
by: Steve JORDI | last post by:
Hi, I have a strange problem using Internet Explorer. My page has a table included in a <DIV> I have a checkbox that shows the div when checked and hides it when unchecked. var division =...
5
by: Steve JORDI | last post by:
Just a question using images as submit buttons and PHP4.4.4. It seems that my code correctly works in FireFox but not in IExplorer. For example, I have a FORM with 2 buttons called "search" and...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.