Jump to content

Opening a browser in WINE.

- - - - -

  • Please log in to reply
No replies to this topic

#1
ki4jgt

ki4jgt

    Learning Programmer

  • Members
  • PipPipPip
  • 84 posts
I have a program. SmashIndex.com provided by Bravenet.com. It depends on donations made, which if the donation option is chosen, it will open a browser window to my paypal account. The only problem is, I can't get it to open a browser in WINE. I know it's possible, b/c I've seen it done, only recently, when a program I used didn't used to do it and than all of the sudden, the visit website link started to work.

Here is my program's layout:

[DONATE]


    CLS


    PRINT "SMASHINDEX.COM WOULD LIKE TO THANK YOU FOR DONATING"


    PRINT "TO THE DEVELOPEMENT OF THIS AND OTHER SMASHINDEX"


    PRINT "OPEN SOURCE FREEWARE."


    PRINT


    INPUT "PLEASE PRESS 'ENTER' TO BE TAKEN TO OUR DONATION PAGE"; ENT


    LET ADDRESS$ = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TEFFKQF83EBJ4"


    RUN "rundll32.exe url.dll,FileProtocolHandler ";ADDRESS$ 


    GOTO [BLANK]

I was wondering if WINE would respond to calling another file to run or how exactly the program I ran into, did it.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users