discobiscuits
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding tags to anchor links within wp_list_pageserr sorry –
<a href="link.html" class="linkclass">this is a link</a> to <a onclick="exit=0" href="link.html" class="linkclass">this is a link</a>Forum: Fixing WordPress
In reply to: Adding tags to anchor links within wp_list_pagesEhh, still no good.
All I want is to turn my links from (i.e)
to
i don’t know how can make it any clearer than that :O Hallsofmontezuma – that plugin just applies a jQuery effect to page-based (#) anchor links… nowhere near what I was looking for, but thanks for trying 🙂
Forum: Fixing WordPress
In reply to: Adding tags to anchor links within wp_list_pagesExactly what I’m trying to do is convert every generated link to include ‘onclick=”exit=0″‘ in means to disable a <body onunload=””> javascript event. One of our customers is taking the old school route and is trying to get a popup to show up whenever the user exits a page. The only problem is that when the user clicks on a link, it’ll have the same effect, because it’s based around the <body onunload=””> event. The only workaround is to convert every link on the page to have ‘onclick=”exit=0″‘, or else the popup will show up when they’re just browsing the website.
I’m checking out the codex documentation and that link right now… I’ll get back if I found the solution.
Forum: Fixing WordPress
In reply to: WordPress Forces Uppercase TagsThanks, that’s definitely the case. I love Opera to death, but this is lame!! 🙂
Guess I’ll just work with my site on FireFox now.