User Profile

Collapse

Profile Sidebar

Collapse
PrabodhanP
PrabodhanP
Last Activity: Jul 21 '11, 07:31 PM
Joined: Apr 13 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PrabodhanP
    started a topic Changing page url in joomla (mod-rewriting)
    in CMS

    Changing page url in joomla (mod-rewriting)

    On my joomla website if I click on menu item "About us", it shows the url as sitename.com/about-us.html. How can I change this page URL to about-something-something.html from about-us.html?
    See more | Go to post
    Last edited by Frinavale; Aug 8 '11, 09:07 PM.

  • Yeah ! Problem got solved . I just missed some closing div tags. Thank you.
    See more | Go to post

    Leave a comment:


  • background image is repeating in IE8 after writing the code background:no-repeat

    Here is my page link
    http://www.orionsocialmedia.com/index.html

    In the bottom for footer image I have written the css code as -
    Code:
    .bottom{
    background:url(images/Bottom_2.jpg); background-repeat:no-repeat; background-attachment:fixed; width:1275px;height /**/ : 136px; margin-left:-10px;padding-left:100px; padding-top:20px; azimuth:center;
    }
    ...still the image in bottom gets repeated in IE8...
    See more | Go to post
    Last edited by Niheel; Mar 1 '11, 06:53 AM.

  • PrabodhanP
    started a topic Form data to email
    in PHP

    Form data to email

    I have following php file which I am placing as a form action,the coding seems right as i get all variables value when I echo the statements,but I dont know what happen to this,I am not getting this to email-id. Also my form tag is like
    Code:
        <form action="enquiry.php" method="POST" name="form" id="form" onSubmit="return valid_form()" target="_self">
     <input type="hidden"
    ...
    See more | Go to post
    Last edited by Atli; Jan 31 '10, 04:04 PM. Reason: Please use [code] tags when posting code... And don't include real email addresses in your code.

  • PrabodhanP
    started a topic Redirection page

    Redirection page

    I have login page(which is in asp) on my website which is default page.If I logged in ,it will redirct to www.sitename.com/filename.html. This file is in pure html, javascript . But suppose someone type this url i.e. www.sitename.com/filename.html directly in address bar he can view this page without login if I am right.How can I avoid this?
    I dont want to build these all html pages again in asp. Is there any javascript validation/cookies...
    See more | Go to post

  • PrabodhanP
    started a topic Mozilla compatibility -scrolling content

    Mozilla compatibility -scrolling content

    I have this html page created using css,where there is scrolling content(image) which when i click shows bigger image and respective description of it.It's working
    fine in IE,But in mozilla whole scrolling content appears at above part of the page i.e. it displaced from it's position.Also each description appears up and down when i click each image for which I used changecaption(t ext) function.How can I display it from fix position.
    ...
    See more | Go to post

  • PrabodhanP
    started a topic Asp form processing - send email

    Asp form processing - send email

    I want to send form data to email using ASP (post method). I am trying following script but it's not working.Please suggest. Also suggest how to redirect it after pressing submit button.
    Code:
    <% 
    Dim name, phone,city, email, mail
    
    name=Request.Form("name")
    phone=Request.Form("phone")
    city=Request.Form("city")
    email=Request.Form("email")
    Response.Write("Name:
    ...
    See more | Go to post
    Last edited by jhardman; Apr 30 '09, 03:49 AM. Reason: put code in code tags. please note button marked #

  • PrabodhanP
    started a topic Search Engine
    in PHP

    Search Engine

    I want to build search engine where I can enter roll number of student and i should get display of exam result.How can I do it? What setups are required for this?(I have all data stored in excel sheet)
    See more | Go to post

  • PrabodhanP
    started a topic divContent scroll not working in mozilla

    divContent scroll not working in mozilla

    I have CSS based mouseover scrolling for divContent embeded in my webpage.It works fine in IE,but not working in mozilla-FF.
    It is located at the location..
    http://www.integrityads.net/fashions/collection.htm

    Also it is not resolution compatible,i.e. alignment totally messed up when i increased the resolution.Plea se suggest.
    Code is as follows:-
    Code:
    <HTML><HEAD>
    <meta http-equiv="Content-Language"
    ...
    See more | Go to post

  • PrabodhanP
    started a topic sending Form data to different emails
    in PHP

    sending Form data to different emails

    I have form on my website.I am sending data entered by visitor to particular email-id through php script.Now I want to add some radio buttons and depending on selacted radio button form data should go to different email-id.
    For example , I have radio buttons,like abc,xyz and pqr....if abc selected form data will go abc@yahoo.com and xyz is selected form data will be sent to xyz@gmail.com and so on...how can i doit in php...please suggest
    See more | Go to post

  • PrabodhanP
    started a topic Internal search engine

    Internal search engine

    I want to build application where I can enter the roll number in the input field and after pressing go button i can get exam result of that roll number on web page.
    Please help.
    Also how can i store excel data in in a single array with defining the source only
    See more | Go to post

  • PrabodhanP
    started a topic confirmation after form submission
    in PHP

    confirmation after form submission

    I am storing my form data in the PHP file and through php script i am sending this form data to email id ...for this purpose i have set <form action="filenam e.php">.....how ever after form submission it redirects to "http://www.websitename .com/filename.php" which is blank page....i have set <input type="hidden" name= "successpag e" value="thanks.h tm"> .Also I have set $successpage=$_ POST{"success_p age"};...
    See more | Go to post

  • thanks

    Thank you ,very much sir for quick reply...it works fine now...
    See more | Go to post

    Leave a comment:


  • javascript form validation code works in IE but not in Mozilla-Firefox

    I hv following javascript form validation code works in IE but not in Mozilla-Firefox ...please suggest

    Code:
    <script type="text/javascript">
    function IsNumeric(strString)
       //  check for valid numeric strings	
       {
       var strValidChars = "0123456789.-";
       var strChar;
       var blnResult = true;
    
       if (strString.length == 0) return false;
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 13 '09, 07:27 AM. Reason: added [code] tags
No activity results to display
Show More
Working...