User Profile

Collapse

Profile Sidebar

Collapse
swethak
swethak
Last Activity: Jan 18 '10, 12:14 PM
Joined: May 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • swethak
    started a topic Installing buttons on videos
    in PHP

    Installing buttons on videos

    Hi ,

    Is there any php code for installing button on video .

    Thanks
    Swetha
    See more | Go to post

  • swethak
    started a topic Get the data from client system
    in PHP

    Get the data from client system

    Hi,

    I know the client system file path. Is it possible to read that client system file data from server in php. Please help .

    Thank&Regards
    swetha
    See more | Go to post

  • swethak
    replied to How to get html code css inside php file?
    in PHP
    Hi,


    Yes, I am giving this code to users . user can add css to this code and then run it .it will automatically effected to my php page.


    please give an idea







    Thanks
    Sravani
    See more | Go to post

    Leave a comment:


  • swethak
    started a topic How to get html code css inside php file?
    in PHP

    How to get html code css inside php file?

    Here mentioned my html code .When i opened the below code then it can redirected to the new php page as quiz_start.php .
    Now my requirement is i want to set the background color quiz_start.php in present html page .For example i am setting the body background color as green color in html file this should be effected to php file and when i run this file this page navigated to quiz_start.php page and body backgoround color of my quiz_start.php...
    See more | Go to post

  • swethak
    started a topic How to set the Mouse position in javascript?

    How to set the Mouse position in javascript?

    Hi,


    I am using one button at the bottom of the page. When i click on that button the page refreshes and goes to the top of the page.But i want when i click on that button the page refreshes and mouse pointer goes to the bottom of the page where the button consists. i have found that it is possible in javascript through set the coordinates for mouse pointer.

    Anybody could you please tell the solution how...
    See more | Go to post

  • swethak
    started a topic Problem with two form actions in form tag
    in PHP

    Problem with two form actions in form tag

    Hi,



    I am getting the problem with form tag. i,e in in form action i am placing the some autoresponder page like

    <form name="form1" method="post" action="http://www.autorespond er.com">
    When i submit this form it goes to the page http://www.autorespond er.com .Along with this i want to run some extra functionality(m ail sending) after the form submission...
    See more | Go to post

  • swethak
    replied to Problem with option tag alignment
    Hi,


    Thank you for your reply.I run the above mentioned code .But it will not work.Please suggest how i can approch.









    Thanks
    Sravani
    See more | Go to post

    Leave a comment:


  • swethak
    replied to Problem with option tag alignment
    Hi,


    Thank you for your reply.But span tag is not working inside option tag.Please suggest other ways.








    Thanks
    Swetha
    See more | Go to post

    Leave a comment:


  • swethak
    started a topic Problem with option tag alignment

    Problem with option tag alignment

    Hi,


    i am using the select box consits the option items in option tag .I have displayed the two items in option tag.i,e product name is to align left and product price is to align right .How can apply css to this feature.

    I used like this
    Code:
    <option value="">Product name &nbsp;&nbsp;&nbsp;product price</option>
    But in case long length product...
    See more | Go to post

  • swethak
    replied to Problem with confirm box in javascript
    Hi,



    I tried like this .But i am not getting. please advice me.









    Thanks
    Sravani
    See more | Go to post

    Leave a comment:


  • swethak
    started a topic Problem with confirm box in javascript

    Problem with confirm box in javascript

    Hi,


    I want to applying the styles for confirm box. For this purpose i have used below code.

    Here i am writting my code
    Code:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <title>untitled</title>
    <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
    ...
    See more | Go to post

  • swethak
    replied to Problem with PHP spaces
    in PHP
    Hi



    Thank you very much for your reply. I have used like this

    Code:
    <?php
    $description='<p><strong>This is Test1</strong></p>
    <p><strong>This is Test2</strong></p>';
    ?>
    <script>
    alert('<?=$description?>');
    </script>
    in that actually i am getting the description from...
    See more | Go to post

    Leave a comment:


  • swethak
    started a topic Problem with PHP spaces
    in PHP

    Problem with PHP spaces

    Hi,

    I am getting the problem when i used the php code inside javascript. i,e

    Code:
    <?
    $description=<p><strong>This is Test1</strong></p><p><strong>This is Test2</strong></p>
    ?>
    <script>
    alert('<?=$description?>');
    </script>
    Above code works fine and give the alert message when...
    See more | Go to post

  • swethak
    started a topic Problem with for loop in javascript

    Problem with for loop in javascript

    Hi,


    I am developing the google application. In my google.js file consists the

    Code:
    icon1=new GIcon();
    	icon1.image = "images/bmw-small.png";
    	icon1.shadow = "images/shadow50.png";
    	icon1.iconSize = new GSize(25, 25);
    	icon1.shadowSize = new GSize(20, 19);
    	icon1.iconAnchor = new GPoint(10, 15);
    	icon1.infoWindowAnchor = new GPoint(9, 2);
    ...
    See more | Go to post

  • swethak
    started a topic Problem with onclick Event for options in IE

    Problem with onclick Event for options in IE

    Hi,


    i am getting the problem when i used the onclick event in option tag.It is working fine in mozilla .But it is not working IE. Here is my code


    Code:
    <script>
    
    function appendRow(unit)
    {
    	var flag = true;
    	var arr = document.getElementById("selectedOptons").value.split(",");
    	//alert(arr[0]);
    	for(i=0; i<
    ...
    See more | Go to post

  • swethak
    started a topic Problem with yahoo messenger
    in PHP

    Problem with yahoo messenger

    Hi,


    i am embedding yahoo messenger in my website.In Part of that i have to check the if the yahoo messenger in our local system is installed or not by using php code. That means if any one open my application it will first check the yahoo messenger is installed in their system . How can i proceed for that application .Any one please help me.Its very urgent





    Thanks
    Swetha
    See more | Go to post
    Last edited by swethak; Jun 6 '09, 05:28 AM. Reason: Modifying the content

  • Problem with php inside javascript application in IE

    Hi,

    i am getting the problem with php code inside javascript function in Internet Explorer.Here is my javascript and php code.

    Code:
    function addPoints() {
    
                  <?
    		 $query=mysql_query("select * from offices");
    		 while($row=mysql_fetch_array($query)){
    		?>
    		   newpoints[0] = new Array('-33.8673',  '151.2041', icon0, 'testing', 'testing');
    ...
    See more | Go to post
    Last edited by Atli; May 24 '09, 09:57 AM. Reason: Moved to the Javascript forum.

  • swethak
    started a topic problem with Internet Explorer
    in PHP

    problem with Internet Explorer

    Hi,


    I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error message as in alert box as


    " Internet Explorer cannot open the Internet site http://google.citycarrentals.com.au/...llocations.php . Operation aborted". It is working in Mozilla . Here i mentioned...
    See more | Go to post

  • swethak
    started a topic Problem with wamp sever
    in PHP

    Problem with wamp sever

    Hi,


    i installed wamp in my local server system.It worked fine .But i am getting some problems in that.

    After installed the wamp server i changed the port number as 81 because my IIS port number is 80.

    When i give the url as http://localhost:81/ it worked fine and opened the wamp server index page.

    In localhost place i replaced the my server ip address as http://211.192.90...
    See more | Go to post

  • jayawardhana
    jayawardhana posted a Visitor Message for swethak
    Hi
    I installed VS.NET 2005 on my windowsXp mechine successfully but when i try to installed MICROSOFT SQL SERVER 2005, setup windows saying
    "SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005.

    I already have Microsoft .NET Compact Framework 1.0 SP3 Developer
    Microsoft .NET Compact Framework 2.0
    Microsoft...
    See more | Go to post
No activity results to display
Show More
Working...