| Author |
Message |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 1:56 pm Subject: Parse a URL on a page and then launch a new URL in IE |
| Try running the below code without editing it, and tell us which messages you get. Don't bother posting the 'last executed lines', it would be more useful to post the variable list, if anything at al ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 2:30 am Subject: Parse a URL on a page and then launch a new URL in IE |
| Crap still nothing. This is the script now in its entirety. I feel like I'm really letting you guys down or something, cuz I have the feeling its something pretty obvious. I commented out the Inclu ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 11:00 pm Subject: Parse a URL on a page and then launch a new URL in IE |
The text on the page within which the javascript is encoded is unique.
Parent = AAA###### |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 10:45 pm Subject: Parse a URL on a page and then launch a new URL in IE |
this is the exact code embedded in the URL:
javascript:runBreadCrumb('m_befa0cb60a0a3c1b0071369fef1373d6', 'incident','');
There is no other URL on the page like that one, the text o ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 10:28 pm Subject: Parse a URL on a page and then launch a new URL in IE |
| Crap still nothing. This is the script now in its entirety. I feel like I'm really letting you guys down or something, cuz I have the feeling its something pretty obvious. I commented out the Inclu ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 9:56 pm Subject: Parse a URL on a page and then launch a new URL in IE |
That doesn't really help... did it do anything in your web page?
Try changing this:iWeb_execScript(pDoc,"javascript:saveAttachment('incident', '" m1 "');")
... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 6:57 pm Subject: Parse a URL on a page and then launch a new URL in IE |
Ah, better, with the carriage return now I get this in the log when I press F11:
deleted |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 5:33 pm Subject: Parse a URL on a page and then launch a new URL in IE |
I'd really like to get this to work so I'm going to post the exactly what I'm doing. The original unchanged link on the page is
javascript:runBreadCrumb('m_bdd982370a0a3c1b00cb7721a7e52b4c ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 7:40 pm Subject: Parse a URL on a page and then launch a new URL in IE |
Oh man I love this place.
Thank you sinkfaze. I have no idea whether what you've given me works or not yet, but you've given me enough to be dangerous.
So from the look of it, I can take the ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 5:35 pm Subject: Parse a URL on a page and then launch a new URL in IE |
the URL at the bottom of the page copied to my clipboard and pasted here gives us
javascript:runThing('m_b390c984u4526fh98adhj2343245620', 'Stuff','');
Part of the code changed to di ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 4:54 pm Subject: Parse a URL on a page and then launch a new URL in IE |
Can you copy the shortcut to get the data?
The only way I could think to do that would be by scrolling the page and using mouse clicks which seems pretty kludgey to me, but yes the url is copyable ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 380
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 4:22 pm Subject: Parse a URL on a page and then launch a new URL in IE |
So I have this internal webpage that has a URL at the bottom of the page that contains the unique ID to make some javascript work.
What I'd like to do is find that URL on the page, parse it for the ... |
Topic: Problems modifying if else.... |
iguru42
Replies: 10
Views: 163
|
Forum: Ask for Help Posted: Wed Feb 03, 2010 2:10 pm Subject: Problems modifying if else.... |
| So I have the following code in one of my scripts, it was working perfectly until they changed a page and now in certain conditions the color at 1137, 208 can also be FBF5F0 and if that happens I need ... |
Topic: Automatically keep file history |
iguru42
Replies: 2
Views: 125
|
Forum: Ask for Help Posted: Fri Dec 11, 2009 5:58 am Subject: Automatically keep file history |
use FileCopy to duplicate the file
then for the file name, u can do a time stamp like
c:\blah\file_%A_now%.txt
Oh geeze, duh, well that's why I post here.
Dunno why I was so obsessed with cons ... |
Topic: Create my own functions and call them from inside a script. |
iguru42
Replies: 4
Views: 151
|
Forum: Ask for Help Posted: Wed Sep 16, 2009 3:36 pm Subject: Create my own functions and call them from inside a script. |
| That works perfectly, thanks! |
| |