Javascript

Help, I am lost on this one. I have an external supplier of a video player that I need to link to from my site.
It is Javascripted.
They gave me instructions about what to put in the head section and what to link to the link point.
When I add the script into the hyperlink box I get %30 and other character where there are spaces in the script.
This is obviously operator error but I don’t even know where to start to figure this out.
Here is a sample of my instructions
Paste the following JavaScript code into the section of your webpage:

Sample HTML linking to the above JavaScript function:

Click here to view our videos

I assume I am just not entering this in the correct way into Freeway 5 Pro.

TIA


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The portion is inserted via Page>Extended… (and then likely selecting ), which is the full:

< script src=“…”>…< / script > (truncated for appearance)

The link portion is added via the hyperlink dialog. You are going to need to add the ‘onclick’ portion with the ‘Extended…’ button at the bottom of the dialog.

Name = onclick

Value = launchPlayer(‘2008’,‘medford_08’,‘’,‘’,‘’)

You may need to manually enter ‘#’ under the ‘External’ tab so that FW will create the link as you expect.

[alternatively]

You could insert a Markup item (Insert>Markup item) where you want the link to appear and paste the whole < a hre=“#” onclick=“…”>my text link< / a > string within it.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Actually, Page > HTML Markup. The rest is correct. Page > Extended is
where you put things such as onLoad events.

Walter

On May 4, 2008, at 6:45 PM, Weaver wrote:

The portion is inserted via Page>Extended… (and then
likely selecting ),


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options