Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a link ?

Status
Not open for further replies.

nickthegreek82

Programmer
Jan 4, 2006
6
GR
Hello there! I am currently using TCL/TK for a small project which can be found here
My problem is that: How can i make a web link inside my program ? is it possible ? i mean a visible link which lead to a specific web site. any ideas ?
Thanks in advance!
 
The simplest way would be to have, say, a button, whose text would be the URL, and whose command would be something like: exec <path to browser>/IEXPLORE.EXE <URL> .

If you need to bypass the browser and do the whole html parsing in Tcl, that might be a bigger deal.

_________________
Bob Rashkin
 
Thank you so much Bong for your answers!! I just need to exec the broswer. Never had thought of this solution! Thanks very much again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top