Need help from a perl demigod

  • Thread starter Thread starter Smackrazor
  • Start date Start date
S

Smackrazor

Guest
Ok, I've been racking my brains on how to solve this problem for a while now and I'm not quite sure how I'd go about doing it.

Anyway, what I would like to do is strip a url of it's "http://"

However, I don't know the url which will have the "http://" stripped because it's a context menu and therefore the url must be refered to as "external.menuArguments.location.href".

[a href=//fallout.gamestats.com/pipboy2000le/][IMG SRC=//fallout.gamestats.com/pipboy2000le/img/tmslogo.gif" border=0][/a]

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]The Modding Kingpin​
 
>Ok, I've been racking my brains
>on how to solve this
>problem for a while now
>and I'm not quite sure
>how I'd go about doing
>it.
>
>Anyway, what I would like to
>do is strip a url
>of it's "http://"
>
>However, I don't know the url
>which will have the "http://"
>stripped because it's a context
>menu and therefore the url
>must be refered to as
>"external.menuArguments.location.href".


That's rather ambiguous. Mind if you clarify, or make a txt file of the program and say what you are doing? The URL can only be referred to and switched if it's a clearly-definable into a variable.


[font color=orange]
--------------------------------------------
Dennis Leary stole my song! That...asshole!
--------------------------------------------
"Robert, your time has come!"

"OOOH! Thank you, Master!"

"Don't mention it."

*Robert explodes in a shower of sparks*
--------------------------------------------
It's me, Jack Brown! The wind-up ass-hole!
--------------------------------------------

[font color=white]INTERPLAY: REDEFINING BAD BUSINESS

=========================
Try Arcanum, by those who brought you the first Fallout:
http://fp.geocities.com/jonaac/2.jpg
 
Yeah, I know. I was thinking that maybe I should stick to javascript.

How about a form, with a hidden input whose value is "external.menuArguments.location.href" and then when the page loads it will hyave the correct url. Then I have the form autosubmit in 1 millisecond and have an onSubmit event where I remove the first 7 letters...

I think that could work very well...

>>Ok, I've been racking my brains
>>on how to solve this
>>problem for a while now
>>and I'm not quite sure
>>how I'd go about doing
>>it.
>>
>>Anyway, what I would like to
>>do is strip a url
>>of it's "http://"
>>
>>However, I don't know the url
>>which will have the "http://"
>>stripped because it's a context
>>menu and therefore the url
>>must be refered to as
>>"external.menuArguments.location.href".
>
>
>That's rather ambiguous. Mind if
>you clarify, or make a
>txt file of the program
>and say what you are
>doing? The URL can
>only be referred to and
>switched if it's a clearly-definable
>into a variable.
>
>
>
[font color=orange]
>--------------------------------------------
>Dennis Leary stole my song!
>That...asshole!
>--------------------------------------------
>"Robert, your time has come!"
>
>"OOOH! Thank you, Master!"
>
>"Don't mention it."
>
>*Robert explodes in a shower of
>sparks*
>--------------------------------------------
>It's me, Jack Brown! The
>wind-up ass-hole!
>--------------------------------------------
>
>[font color=white]INTERPLAY: REDEFINING BAD BUSINESS
>
>=========================
>Try Arcanum, by those who brought
>you the first Fallout:
>http://fp.geocities.com/jonaac/2.jpg
>​


[a href=//fallout.gamestats.com/pipboy2000le/][IMG SRC=//fallout.gamestats.com/pipboy2000le/img/tmslogo.gif" border=0][/a]

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]The Modding Kingpin​
 
Back
Top