Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #27.9K
Ranked #3K
~2K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for wasim kazi

Anyway if you wanna set specific css to every pages with jquery only, you can do something like: var pathname = window.location.pathname; if(pathname = 'something.php'){ $("#mydiv").css({"width":"100px"}); }elseif (pathname ='anothersomething.php'){ $("#mydiv").css({"width":"200px"}); }//AND GO ON Anyway i didn't tested, so couldn't work

Member Avatar for wasim kazi
0
294
Member Avatar for jckb188

Hi, i cannot realize exactly what you wanna do, btw, if you want have more div, you can use append, if you want to display image you can use .HTML, if is not what you wanna do, explane me better or contact in IM :) Ex: 1) Create New Divs …

Member Avatar for Taywin
0
527
Member Avatar for godzab
Member Avatar for esma.ramirez
0
133
Member Avatar for technoknol

Hi, try this: <a href="Javascript:Void(0)" onclick="Javascript:FrameRedirect();">CHANGE FRAME CONTENT</a> <script type="text/javascript"> function FrameRedirect(){ window.opener.top.frames.top.location.href='URL'; } </script>

Member Avatar for esma.ramirez
0
328
Member Avatar for Sanchixx
Member Avatar for DaveyMoyes

> Using php variables > > How do i add variables from > > on page one.php > and use the values from the above variables on page two.php > > $var1 = $criteria['".$var1."']; > if($var1=='') $var1 = ''; > Page two is included in page one and I am …

Member Avatar for broj1
0
210
Member Avatar for raffy08089

At Least, you wrote: > $con = mssql_connect("203.143.82.98:1433","sa","z09184049210); Than $con = mssql_connect("203.143.82.98:1433","sa","z09184049210"); Check Out the last " before );

Member Avatar for esma.ramirez
-1
157

The End.