Hi Chris,


This is my first time emailing on this list.

Hello and welcome :-)


I hope someone can help me..

Sure!


I am trying to make it to where when i push on a button it will go to a website.
this is my script
on mouseup
get URL
"HTTP://www.printers.ibm.com/pbin-oasis/rgw/ IBM.RBK?HID_FORM_INST=12944.70043659.144.30.11.154.455%25FDIBM%25FDHOME &HID_SHELL_SCRIPT=/pbin-oasis/rgw/ IBM.RBK&HID_EVENTSTR=onAnchor%25FD%25FDfmOC2%2Cthis.Create%28fmOC2%29&H ID_NAV_HIST=/pbin-oasis/rgw/IBM.RBK/ IBM%3AHOME%2Cthis.Refresh%28%29&HID_DEFAULT_TARGET=&HID_USER=UNKNOWN%25 FD167177%25FD%25FD0&HID_USER_DATA=&HID_BROWSER=e6&HID_BROWSER_CAP=BCAP0 10112101001021011010&HID_JAVA=2&HID_KEY=&HID_RECORDSET=dsIBMDATA&MV_ROW =&evntcntNc=1055201667410"
end mouseup
when i click on the button nothing happens. can anyone help?

if you want to open your browser with this address, write this:


on mouseup
  revgourl "http://...";
end mouseup

This will do exactly that.

See the index for revgourl.


If you want something else to happen, we might need a bit more info...


BTW, this is the LONGEST URL i have ever seen :-D
(...and i have seen lots of them...)

Christopher "Scott" Walters
IT Computer Operator

Regards


Klaus Major
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to