Search:
Type: Posts; User: raj_2006
Search :
Search took 0.03 seconds.
Hi Guys,
I am facing a problem in redirecting a old url to new url.
For eg.
I want to redirect
http://olddomain.com/ and http://olddomain/(query param)
Hi,
I have written a stored procedure in mysql and its returning a result set which I can access in the frontend via php which is good.
But the problem is when I am going to store the resultset...
Hi Ali,
Many thanks for your suggestion.It's working now.
Cheers
Hi Guys,
I have a problem. I have a iframe inside a php file.Now in that iframe there is a image with a onclick function
Html Code:
<img src="tab1.png" onclick="showhide('tab1');">
In...
I have removed the height and set the dimensions of the image but still the bg image is not repeating I think the problem is in the bg image itself.
I have attached the image.I think it would be...
I have attached the sccreenshot.....actually in the header id I don't want to use the height....without using the height how can I put the dark grey as background
Thanks a lot.. :)
Solved.. :)
I had to use overflow: scroll; inside the body class but don't know if this the best way to do it.
Hi All,
I am trying to put few images at the top of another image which is a background image but it's not working the way I want to do.
Here is the html code
<div id="wrapper">
<div...
Hi All,
I am making a simple page with xhtml and css but the problem is when there is more text the the entire layout is moving into right.
You can check the site
...
solved.. :)..its a magic of array values :D
Hi All,
I am doing a form where after a certain row there is a checkbox which says "Same as above".So if it is clicked then after the form is submitted the 2nd element in the array will be...
Hi Dan,
Sorry for being late.
Finally I managed to make it working but slightly different.
<script>
$(document).ready(function(){
Hi there,
I am trying to know which is the best method to upload 17mb csv file to the MySQL database for single table.
Please let me know.
Many thanks,
Raj
Excellent...Let me try and will get back to you with the output.
Thanks.. :)
Hi,
Thanks for your suggestion.The thing is the div will togle onclick a link.It's working fine when it's only one div id.
Now if there is more than one div ids then I can't write something...
Hi All,
I am trying to pass the dynamic div id to the jquery onclick function.
Here is the html code
<div id = "show1" class="test">Click 1</div>
<div id = "show2" class="test">Click...
Hi All,
I am doing a hide/show functionality.Its working but I want to add some animation so it becomes smoother.
My code:
<script type="text/javascript">
function showContent(vThis)
{
Hi Guys,
I don't know if I should post this in sql or php forum.But here is the one which I am going to try.
I have a huge mysql db online but I want to connect that db from my local.
Is it...
Hi
Its get sorted out by using decodeURIComponent() function.
http://www.w3schools.com/jsref/jsref_decodeuricomponent.asp
cheers :)
Hi,
I am trying to split a url string
for example the url is
http://www.xx.com/museum design
and the string is museum design
Its fixed...
it should be
var scul = document.getElementById('test1').getElementsByTagName("UL");
for(var i=0; i!=scul.length; i++)
{
scul[i].className = 'cssclass';
I think i should change the post status from resolved to not resolved...hehe
Yeah in IE its not working if the window is resized :mad:
Hi
My code is like this
<div id='test1'>
<ul class='cssclass'>
<li><a href='bla bla'>Text 1</a></li>
<li><a href='bla bla'>Text 2</a></li>
</ul>
Excellent....It works...
Thanks a lot mate :)