Search:
Type: Posts; User: samia
Search:
Search took 0.01 seconds.
-
<script type=text/javascript>
var dd = ["a.mp3","b.wav","f.html","d.wma","c.flv"];
for (i=0;i<5;i++) {
if (/\.html$/.test(dd[i])) {
document.write(" HTML "); // <iframe...
-
-
hi
<script type=text/javascript>
var dd = ["a.mp3","b.wav","c.flv","d.wma",.....];
for (i=0;i<4;i++) {
if (dd[i] == *.wma) {
-
how to write this in javascript:
if (file == any element end with .HTML) {
do somthing
}
-
yes. its working
but , Popup don't present content only a blank screen...
so, i try this
<script type=text/javascript>
function popitup2() {
var tmp='<html><head><title>popup</title>';
-
thanks for reply and explanation
-
hi,
im trying to open a Javascript window and write content into it without having to load another page.
this is my script so far,
<head>
<title>popups javascript</title>
<script...
-
Thank you.
i try it and its work
-
Thank you.
i learned something new today
-
hi
i'm trying to do
if statement (Math.floor(d.getMinutes()/mm) == 1) every 1 minute,
when minutes = mm , do ..window.location.reload(true);
<script type=text/javascript>
|
|