It is currently Fri Jun 20, 2025 6:53 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post Post subject: JavaScript Web Print CSS Changer
 
Offline
Godlike Poster
Godlike Poster
Years of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membership
User avatar

Joined: Sun Oct 16, 2005 9:42 am
Posts: 8798
Karma: 17

Location: Imagine in your mind a posh country club
Steam Login Name: azcn2503
Just made this while at work.

Spoiler for index.html:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
      <title>Nagafen Tribunal</title>
      <link type="text/css" rel="stylesheet" href="css/web.css" />
      <script type="text/javascript" src="js/main.js"></script>
   </head>
   <body>
      <a href="javascript:changeCSS();">Change CSS</a>
   </body>
</html>


Spoiler for js/main.js:
Code:
function grab(o){
   return document.all?document.all[o]:document.getElementById?document.getElementById(o):"";
}

function changeCSS(){
   var curType=document.getElementsByTagName("link")[0];
   // alert(curType.href);
   curType.href=unescape(curType.href).indexOf("web.css")>0?"css/print.css":"css/web.css";
}


So then you can have a link on your webpage to switch between a web version and a print version without reloading the page. (Above code assumes css/web.css and css/print.css exist.)

_________________
Follow your heart and live the dream <3


Thu Jul 16, 2009 9:20 am 
 Profile E-mail  
 
 Post Post subject: Re: JavaScript Web Print CSS Changer
 
Offline
Monster Poster
Monster Poster
Years of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membership
User avatar

Joined: Sat Jan 24, 2009 10:39 pm
Posts: 567
Karma: 3

Location: Source TV
Steam Login Name: Edwardsells
I do not understand ANYTHING about what u just posted above.

_________________
www.youtube.com/FGWCSS WHATS THAT SAYING


Thu Jul 16, 2009 6:56 pm 
 Profile E-mail  
 
 Post Post subject: Re: JavaScript Web Print CSS Changer
 
Offline
Top Gun (Admin)
Top Gun (Admin)
Years of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membership
User avatar

Joined: Mon Sep 12, 2005 1:37 pm
Posts: 5855
Karma: 38

Location: Looking for the droid you're looking for.
Steam Login Name: simonpcook
That could be useful for the Techious setup ^^

Which reminds me Aaron, care to have a sneek preview of our new webby? :P

_________________



Thu Jul 16, 2009 7:12 pm 
 Profile E-mail  
 
 Post Post subject: Re: JavaScript Web Print CSS Changer
 
Offline
Godlike Poster
Godlike Poster
Years of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membershipYears of membership
User avatar

Joined: Sun Oct 16, 2005 9:42 am
Posts: 8798
Karma: 17

Location: Imagine in your mind a posh country club
Steam Login Name: azcn2503
Absolutely! PM to me :)

_________________
Follow your heart and live the dream <3


Fri Jul 17, 2009 8:04 am 
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Karma functions powered by Karma MOD © 2007, 2009 m157y