1. Internet

--part1_71.1d73b8cd.29e1538b_boundary

Hello

How can I make a program launch the default web browser and connect to a 
site(not the users homepage)?

Thank you.

--part1_71.1d73b8cd.29e1538b_boundary

<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>Hello
<BR>
<BR>How can I make a program launch the default web browser and connect to a
site(not the users homepage)?
<BR>

--part1_71.1d73b8cd.29e1538b_boundary--

new topic     » topic index » view message » categorize

2. Re: Internet

This is a multi-part message in MIME format.

------=_NextPart_000_000E_01C1DE65.98667840
	charset="iso-8859-1"

If you are using win32lib you could try something ike:

---------
without warning
include win32lib.ew
constant w = create(Window, "test", 0, 0, 0, 0, 0, {WS_POPUP})

procedure a(integer self,  integer e, sequence p)
    sequence site
    site = command_line()
    if length(site) = 2 then
        site = "http://www.rapideuphoria.com"
    else
        site = site[3]
    end if

   shellExecute("open", site, SW_SHOWNORMAL)
   closeWindow(w)
end procedure
setHandler(w, w32HActivate, routine_id("a"))
WinMain(w, SW_HIDE)
--------------

then save it as www.exw and use it as :

  exw www <url>
  ----- Original Message ----- 
  From: Robsz2 at aol.com 
  To: EUforum 
  Sent: Sunday, April 07, 2002 5:47 PM
  Subject: Internet



  Hello 

How can I make a program launch the default web browser and connect to a
  site(not the users homepage)?

  Thank you. 



------=_NextPart_000_000E_01C1DE65.98667840
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>If you are using win32lib you could try something 
ike:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>---------</FONT></DIV>
<DIV><FONT face=Arial size=2>without warning<BR>include win32lib.ew<BR>constant 
w = create(Window, "test", 0, 0, 0, 0, 0, {WS_POPUP})</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>procedure a(integer self,&nbsp; integer e, sequence
p)<BR>&nbsp;&nbsp;&nbsp; sequence site<BR>&nbsp;&nbsp;&nbsp; site = 
command_line()<BR>&nbsp;&nbsp;&nbsp; if length(site) = 2 
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; site = "<A 
href="http://www.rapideuphoria.com">http://www.rapideuphoria.com</A>"<BR>&nbsp;&nbsp;&nbsp;
else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; site = 
site[3]<BR>&nbsp;&nbsp;&nbsp; end if</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; shellExecute("open", site, 
SW_SHOWNORMAL)<BR>&nbsp;&nbsp; closeWindow(w)<BR>end procedure<BR>setHandler(w, 
w32HActivate, routine_id("a"))<BR>WinMain(w, SW_HIDE)</FONT></DIV>
<DIV><FONT size=2>--------------</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>then save it as <A href="http://www.exw">www.exw</A> and use 
it as :</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp; exw www &lt;url&gt;</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
<A title=Robsz2 at aol.com href="mailto:Robsz2 at aol.com">Robsz2 at
  aol.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=EUforum at topica.com 
  href="mailto:EUforum at topica.com">EUforum</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, April 07, 2002 5:47 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Internet</DIV>
  <DIV><BR></DIV><PRE>============ The Euphoria Mailing List ============ 
</PRE><FONT face=arial,helvetica><FONT size=2>Hello <BR><BR>How can I make a 
  program launch the default web browser and connect to a site(not the users 
homepage)? <BR><BR>Thank you.</FONT>
  <PRE>==^================================================================
This email was sent to: <A href="mailto:ddparnell at bigpond.comEASY">ddparnell
at bigpond.com

EASY</A> UNSUBSCRIBE click here: <A
href="http://topica.com/u/?b1dd66.b2mL5y">http://topica.com/u/?b1dd66.b2mL5y</A>
Or send an email to: EUforum-unsubscribe at topica.com

T O P I C A -- Register now to manage your mail!
<A
href="http://www.topica.com/partner/tag02/register">http://www.topica.com/partner/tag02/register</A>

------=_NextPart_000_000E_01C1DE65.98667840--

new topic     » goto parent     » topic index » view message » categorize

3. Re: Internet

Carl,

Why don't you simply swich to another provider? I know they're expensive in
England (like everything), but you get good deals sometimes (SOMETIMES smile

Try AOL or Claranet

- Nate

----------
> From: Carl R. White <C.R.White at SCM.BRAD.AC.UK>
> To: EUPHORIA at LISTSERV.MUOHIO.EDU
> Subject: Legacy
> Date: September 7, 1998 10:58 AM
>
> Since I may have to leave the 'net fairly soon, I've placed my PROJECTS
> directory on my webpage, containing the things I've been messing with
over
> the past few months. I've also included the directory as a zipfile
>
> To get there:
> 1) Go to my Home Page (URL below)
>
> 2) Click for the Euphoria page
>
> 3) Click the second link on the page (My programs)
>
> There is a URL to get you this far, but you don't hit my web counter if
> you use it, and it's a 'mouthful' to type!
>
> 4) Look down the directory readout for the projects/ directory,
>    projects.txt and projects.zip
>
> 5) Click the directory to go into it,
> OR Click the .txt file to read it, -- Recommended!
> OR Click projects.zip to download it.
>
> What could be simpler? :)
>
> If you have trouble with my site, mail me and I'll mail you the .zip file
> (which is only 68k in size).
>
> --
> Carl R White
> E-mail...: cyrek- at -bigfoot.com -- Remove the hyphens before mailing. Ta
:)
> Url......: http://www.bigfoot.com/~cyrek/
> In my last few days on the net, I have room for a witty quote. Irony. :S

new topic     » goto parent     » topic index » view message » categorize

4. Re: Internet

On Mon, 7 Sep 1998, Nate Brooman wrote:

> Carl,
>
> Why don't you simply swich to another provider? I know they're expensive in
> England (like everything), but you get good deals sometimes (SOMETIMES smile
>
> Try AOL or Claranet

It's not the provider, that's the easy part. I'm on a University course
here, and I'm likely to be leaving the course fairly soon (poor grades,
maybe I should have done maths...).

My home PC doesn't even know what a telephone line looks like. I rely
heavily on sneakernet to get the stuff home.

I may come back after a while, but I won't be using a Sun Workstation to
access the 'net :)

As it says on my homepage, "if it ever does resurface, it will still be
available through Bigfoot", and that's the URL below.

Thanks for the concern,
Carl

PS Looks like that last post started some interest, two hits and counting
since I posted it! ("telia.com" and "sympatico.ca" ring any bells anyone?)

PPS AOL?! Yuck. :)

--
Carl R White
E-mail...: cyrek- at -bigfoot.com -- Remove the hyphens before mailing. Ta :)
Url......: http://www.bigfoot.com/~cyrek/
In my last few days on the net, I have room for a witty quote. Irony. :S

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu