My Blog Title Here

November 20, 2008

When I export the file sometimes the links doesn’t work in javascript context menu

Filed under: Uncategorized — Tags: , — admin @ 7:10 am

Q:

When I export the file sometimes the links doesn’t work in javascript context menu.

A:

See, you can use links if you have
var tabMode=1;
only.

If you have
var tabMode=0;

You should use the ID of the DIV.

But you can try to open your pages using different targets in the
following way
["tab text", "javascript: window.open('test.html', 'frameName')", ...],
["tab text", "javascript: window.open('http://deluxe-tabs.com/test.html', '_self')", ...],
["tab text", "javascript: window.open('html/test.html', '_blank')", ...],

Where frameName - the name of the frame where to open the page test.html.

Using this method you can create Deluxe Tabs in
var tabMode=0; and var tabMode=1;

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress