- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Nah - apparently they have ASP-generated JavaScript, but the page itself isn't generated by it. Maybe in CS 3.0...
Admin
Sure, the bugs were funny for the first 100 comments or so, and I definitely appreciate the irony. All I'm saying is it's getting old. These bugs annoy users many times every single day, as if everyone wasn't already aware of them.
Admin
I think that was exactly what he meant. [6]
>BiggBru
Admin
Seriously, you even referred to that it had been on TDWTF earlier... I can't imagine how anyone could NOT have understood you were ironic.
Admin
Oh no, you missed the whole point with this WTF... The thought was to bring in Viola, the smarter cousin of Paula, to do some of the hacking... Right Alex? (I think Mycroft was out of the country at the time...)
Admin
Since nobody has posted a straight answer.... There are numerious ways to achive the same result, but the most generic method is to add a button and a textarea to each page. In the button's onclick event add the following code:
document.all["mytextarea"].innerText = document.body.outerHTML;
Load the page in the browser that works best with the site. Once the page loads, click on the button. The HTML generated (and placed into the textarea) will include all the necessary HTML tags to render the page as it stands at the moment the page loads. You'll still need to extract the JavaScript that supports the truly dynamic portions of the page (the menu system), but the vast bulk of your work is done.
Admin
Why do these people get paid??? make no sense!!