Find an emulator on the web for the device that you wish to target. Here is an example of a Nokia emulator:
http://mtld.mobi/emulator.php?emulator=nokiaN70&webaddress=mysite.com
Clive
http://tubularity.com
I know only enough VBscript to be dangerous.
I am trying to pass a variable parameter from a form
to a program invoked from WScript.Shell.
For the purpose of the example let us suppose that i
am trying to pass a file name to NOTEPAD.
How do I do it? Here is what I have so far...
You do not have to worry about a page break. For example:
1" x 4" labels, 2 columns, 10 rows, 20 labels per page (Avery 5161). Just use inches for your css layout and when you have more than 20 labels it will automatically start a new page.
Clive
http://tubularity.com
I think it is because the body tag has not been fully parsed. However you do not need javascript to make the image 100%.
Just use:
<img style="width:100%"
id="my_image" name="my_image" src="images/1.jpg" />
Clive
http://tubularity.com
Hi,
Yes I did mean another browser window although without menu, address bar and such.
Option 2 would replace the main content with the sub menu.
If neither of these are acceptable then you might want to re-think your whole approach and keep all navigation in the top frame and enlarge the top...
You can target a frameset's frame from outside of the frameset. So one option is to simply open your sub-menu in a javascript window that opens over the frameset.
Alternatively, make the sub-menu be its own page that opens in the bottom frame. Upon selecting the sub-menu option open the chosen...
The general advice found everywhere is that Framesets do not work in handheld or mobile devices and therefore should not be used.
Actually, it is precisely because of the way that Framesets degrade with the Noframes tag that makes them an excellent tool for menu-navigable content.
The same...
There are several FAQs about this especially in the javascript forum. Here are some:
faq216-692
faq216-3542
faq216-5703
faq216-931.
Javascript variables for the frameset can be stored in the frameset page and can then be accessed from any frame within the frameset (using top.) The same...
You can float anything you like over a frameset provided that you open it in a new browser session. You can also dynamically change the dimensions of a frame using javascript as another alternative.
Clive
http://tubularity.com
http://PalliativeCareConsulting.org
Here is a start:
<!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" xml:lang="en" lang="en">
<head><title>Tile Pattern</title>
<meta http-equiv="Content-Type"...
You can lose the scroll bars by opening the window using Javascript or by using a one frame frameset with scrolling="no" on the frame.
You can use a combination of Javascript and anchors to page up or down. I think the keycodes are 33 & 34.
Clive
http://tubularity.com...
Thanks Kaht, I tried your suggestion but did not retest it with Firefox as I don't have it on the machine I am working with.
Clive
http://tubularity.com
http://PalliativeCareConsulting.org
http://pace-fl-usa.com
Try changing all:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
to
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
This will get paypal out of the frameset.
Clive
http://tubularity.com
http://PalliativeCareConsulting.org...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.