cgi waiting page [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
how I can do something like that:
http://online.vodafone.co.uk/en_GB/assets/static/ipi_please_wait.gif
thanks

Go to http://www.ajaxload.info/ and generate your own ajax loader :)

Related

AS3 help - External as. file a movieclip with lagging issues [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Could someone help me figure the problem in this game. It begins to lag. https://www.dropbox.com/s/3heopwz4s0stfz4/Spill.zip
lagging is due to a runtime error. always check if parent contains this at eFrame Handler.
Here is solution: Spill3

Don't show long menu title [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a html and css but don't work in firefox ie,work only chrome.
Don't show long menu(MENU_LONGGGGGGGG) if container a menu.Show only
http://jsbin.com/isitij/1/edit
Please help me fix issue.
Add display: block to .genres li a span.

What is an inner page? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
And can you provide some examples?
From my understanding, an inner page is the page with the content, like the content div in the html, am i wrong?
It is hard to say without context, but it could refer to a page loaded inside a frame or to a page that is not the homepage for a website.

custome css in google/yahoo map [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to generate cutom marker and icons like trulia in google/yahoo maps
You can check here for some utilities or you can implement yourself a custom marker following the documentation

I want to open html page as popup window in my html page when i press button [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
please send any reference
<button onclick="window.open('http://www.google.com');">Open popup</button>