[RESOLVED] navlink onclick with bulletproof
Posted: Wed Jun 25, 2008 11:39 am
Hello,
I am using happily the bulletproof template on my new blog http://www.dd4kids.de and would like to ask for help on the following problem:
In the theme options, I can enter he full URL of your link #X for the navbar.
Instead of using the classic link,
I would like to open a iframe with the onclick-method. The link should be:
If I enter into the theme options, it gets rendered to
What could I do to achieve the desired goal without messing up the theme?
I am using happily the bulletproof template on my new blog http://www.dd4kids.de and would like to ask for help on the following problem:
In the theme options, I can enter he full URL of your link #X for the navbar.
Instead of using the classic link,
Code: Select all
<a href="http://www.dd4kids.de/uploads/ka-map.html">Karte</a>
Code: Select all
<a href="#" onClick="document.getElementById('wrap').innerHTML='<iframe src=\'/uploads/ka-map.html\'></iframe>';">Karte</a>Code: Select all
"#" onclick...Code: Select all
""#" onclick..."