Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 7 of 7
Search took 0.06 seconds.
Search: Posts Made By: Henry.
Forum: DOM and JSON scripting 01-12-2013, 11:26 PM
Replies: 6
Views: 472
Posted By Henry.
Thanks very much, sunfighter, that did the...

Thanks very much, sunfighter, that did the trick...after a couple of weeks of my struggling on my own.
Forum: DOM and JSON scripting 01-12-2013, 02:22 AM
Replies: 6
Views: 472
Posted By Henry.
I tried that, thanks, but it still doesn't work:(...

I tried that, thanks, but it still doesn't work:(



This is where I got my information about session cookies from.
http://www.javascriptkit.com/javatutors/cookie.shtml...
Forum: DOM and JSON scripting 01-11-2013, 04:22 AM
Replies: 6
Views: 472
Posted By Henry.
<script type="text/javascript"> var min=12; ...

<script type="text/javascript">
var min=12;
var max=24;
function zoomLetter(mysize) {
var p = document.getElementsByTagName('p');
for(i=0;i<p.length;i++) {
if(p[i].style.fontSize) {...
Forum: DOM and JSON scripting 01-10-2013, 01:31 PM
Replies: 6
Views: 472
Posted By Henry.
Restrictions on session only cookies

Is it ok to have more than one session cookie on a page/site (obviously with different names)? Are there any restrictions on this or any special actions to take?

I ask because I've one session...
Forum: DOM and JSON scripting 01-09-2013, 12:07 AM
Replies: 4
Views: 518
Posted By Henry.
Sorry. I missed them out when C&Ping. I also...

Sorry. I missed them out when C&Ping. I also appear to have missed out the following:

<script type="text/javascript">
var min=12;
var max=24;
function zoomLetter(mysize) {.....



It does...
Forum: DOM and JSON scripting 01-08-2013, 04:31 PM
Replies: 4
Views: 518
Posted By Henry.
I call the funtion zoomLetter(mysize) (at the...

I call the funtion zoomLetter(mysize) (at the very top of the code I posted) from buttons on the page.
mysize is 1 for increase size and -1 for decrease size. It works fine on each page, but the...
Forum: DOM and JSON scripting 01-08-2013, 01:46 PM
Replies: 4
Views: 518
Posted By Henry.
document.cookie not working

I'm trying to get a session cookie to 'remember' the font size from one page to the next, but every time I open a new page, the font size reverts to the original. Here's the code:


function...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 03:59 PM.