hi
i found some usefull article in your subject, in this link .
check it
http://www.tutorialize d.com/tutorials/Dreamweaver/Templates/1
regards
mh
User Profile
Collapse
-
hi
do you use adobe dreamweaver to design your template.
if yes, then just check your temlate editable settings.
i dont think it depend on your over-flow value.
regards.Leave a comment:
-
hi,
in this file css_java/fade.js you use the filters that just work in IE
you use special IE filters to Fade items.
regards.Leave a comment:
-
-
hi again!
run your code with ECHO command like it
[PHP]
$q1 = "INSERT INTO Customers (first_name, last_name, website_url, bus_name, contact_number, website_cat, db_password, website_caption , email_address, continent, enter_coord, total_boxes, box_numbers, need_website ,terms) VALUES ('$first_name', '$last_name', '$website_url', '$bus_name', '$contact_numbe r', '$website_cat', '$website_capti on','$email_add ress' , '$db_password',...Leave a comment:
-
hi again
send me these
1 DB schema !
2- flash file (swf)
3- php codes
i will check them and try to fix them !
regards.
mhLeave a comment:
-
hi
when you create you $sql echo it before or after mysql_query() function.
then copy and past it in your Database GUI like phpmyadmin query section.
if your query run without error then try to put mysql_error() after mysql_query() to see why you cant insert into DB;
best regards.
MH.Leave a comment:
-
hi
check your web server and make sure that is running,
to check it you can use http://localhost or http://127.0.0.1 if you saw Cannot find page error then try to install or run your webserver.
i advice you to use xammp (http://www.apachefrien ds.org/en/xampp-windows.html) to install all you need to work with PHP
best regards.Leave a comment:
-
hi,
[HTML]
function getElementPosit ion(obj) {
var x = y = 0;
if (obj.offsetPare nt) {
x = obj.offsetLeft
y = obj.offsetTop
while (obj = obj.offsetParen t) {
x += obj.offsetLeft
y += obj.offsetTop
}
}
return {left:x,top:y};
}
[/HTML]
best regards.
MH....Leave a comment:
-
hi dear.
[HTML]
<textarea id="myTextArea " onkeydown="(thi s.value.length > 5)?this.value=t his.value.subst r(0,5):this.val ue=this.value.s ubstr(0,5);">
</textarea>
[/HTML]
best regards.
MHLeave a comment:
-
hi dear.
fix your function like it.
if you like your form dont submit.
[HTML]
function setOnClickEvent (control, method){
document.getEle mentById(contro l).onclick = function(){
method;
return false;
...Leave a comment:
-
hi dear
check it,
document.onmous emove = moveListBox(x,y );
function moveListBox(x,y )
{
(yourlistBoxObj ect).style.left = x;
(yourlistBoxObj ect).style.top = y;
}
for more information read about Draging elements on web.
best regards.
MHLeave a comment:
-
hi dear
you can call me mohsen.
i wrote the code for you i hope it can be usefull for you .
the code tested and work great.
...Code:<script language="javascript"> function writeCookie(name, value, hours) { var expire = ""; if(hours != null) { expire = new Date((new Date()).getTime() + hours * 3600000); expire = "; expires="Last edited by acoder; Apr 2 '12, 01:02 PM.Leave a comment:
-
hi dear
you can use query string. like it:
<form action="?sendSt at=sent">
best regards.
mhLeave a comment:
-
-
hi dear
the 200px was just an example, and you can change it with a text box value for make it dynamik or make it the value of your mouse XY coordinates.
and with the [Object].style.top and [Object].style.left you can fix the position.
you must attention , before use these syles you must set the style of your element position: absolut .
best regards.
mhLeave a comment:
-
hi dear
if your mean is , you want show the Data of selected day , so why you dont give the actual day Data like it : ?
[HTML]
y1986[i++]=new node("12", ["01"," 79.8"]);
y1986[i++]=new node("12", ["02"," 75.5"]);
y1986[i++]=new node("12", ["03"," 80.3"]);
y1986[i++]=new node("12", ["10","...Leave a comment:
-
hi dear
[HTML]<script language="javas cript">
function resize()
{
oList = document.getEle mentById('myLis t');
alert(oList.siz e);
oList.size = 10;
oList.style.wid th = 200+'px';
}
</script>
</head>
<body>
<select name="select" size="5" id="myList" >
<option>item1 </option>...Leave a comment:
-
hi dear
please send your cpmplet page,which all of your functions in a page.
to i check and try to fix and work when you we put them in a external js file.
regards.
mhLeave a comment:
-
hi dear
you have 2 options.
1-you can use the javascript to open the default web client like outlook in the client computer
complete correct code
[HTML]
<html>
<head>
<title>javascri pt: Password Generator</title>
<style type="text/css">
input, select { font-family: Verdana, Arial, sans-serif;
font-size: 16pt;
font-weight:...Leave a comment:
No activity results to display
Show More
Leave a comment: