- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
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
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 …
Try to check out ahahLib.js :) you can find easly online!
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>
Have you ever tried to use JQUERY? :) could be helpful!
> 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 …
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 );
The End.