Multipage Url

Jul 9, 2002

The code I have so far looks like this:

Code:a href=index.php?cat=$row[name] onClick=java script: content.location.href = 'disp_cat.php?cat=$row[name]'$row[name]/aIs this possible? As you can see, I am trying to send a variable to index.php (main Page) and disp_cat.php (iframe) in one click. $row[name] gets it's value from a database.

My problem is with the javascript. What do I need to do in order to pass a variable to an iframe with Javascript? What I have written above doesn't work...

View 4 Replies


ADVERTISEMENT

Build Multipage Javascript Interfaces

Apr 12, 2006

i want to build an app that has multiple pages and wondered the best approach to it, how does gmail for example change its central content?

View 6 Replies View Related

Multipage Form With Validation On Each Page

Dec 30, 2009

I am trying to create a multipage form that will validate at each step and stop the user from moving forward if an error is detected. I am able to have it step like a multipage form with javascript and validate each page but it will not stop at the page that has error. The goal is to stop the user from moving forward if the validation detected error on that page. I am using phatfusion.com's validation code for this.

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "[URL]">
<html xmlns="[URL]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>validate</title>
<link rel="stylesheet" href="../_common/css/main.css" type="text/css" media="all">
<link href="validate.css" rel="stylesheet" type="text/css" /> .....
Validate.implement(new Options);
Validate.implement(new Events);

View 7 Replies View Related

JQuery :: Multipage Form And Text Resizing?

Apr 12, 2010

I have a project involving a multipage form with a text resizing function. I'd like to be able to keep the size the user selects as persistent throughout the multipage form (on other pages).

I tried creating a hidden input form and passing the value through it, but for some reason, it didn't work (it's a proprietary templating tool they're using). Am I missing something, or is there some easier way of going about this?

Just in case you're wondering, here's the code. It works beautifully, if only I could keep the font size. function ResizeText(resize)

[Code]...

View 1 Replies View Related

Multicolumn Text Flowing Multipage Sliding

Jun 3, 2011

Multicolumn text flowing through multipage sliding, should calculate total column, gap, text size, image size for different browser. To be control with Previous Page & Next Page. At the ending of story the next Page sliding should stop. How to implement with CSS, javascript, jsscript, if any...

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved