User Profile

Collapse

Profile Sidebar

Collapse
ramani
ramani
Last Activity: Sep 23 '14, 07:26 AM
Joined: Sep 18 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ramani
    replied to calling div- onclick anchor tag
    thank you its working fine. but, i actually want to append <div> tag to the innerhtml,

    i have three different codes something like

    Code:
    <div class='tableauPlaceholder' style='width: 600px; height: 599px;'><object class='tableauViz' width='600' height='599' style='display:none;'><param name='host_url' value='https%3A%2F%2Fonline.tableausoftware.com%2F' /> <param name='site_root' value='/t/nettscience'
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 19 '14, 03:50 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data. Second warning.

    Leave a comment:


  • ramani
    started a topic calling div- onclick anchor tag

    calling div- onclick anchor tag

    I have 3 anchor (a) tags, all sharing a single div element to act upon. See my html below. Basically, when you click on anchor tag 1, I want it to fill the div with id="fillDiv" with html. When you click the second anchor tag, it should wipe that #fillDiv and replace it with new html. How do I set up such a functions. Here is my attempt

    HTML:

    Code:
    <div>
    <a id="a1" href="javascript:
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 18 '14, 04:14 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • ramani
    replied to sql syntax length too long
    for r18 variable name u have written as 18 plz check it,

    Code:
    sql = "INSERT INTO Feedback_data(Project_name, Contract_No, Co_ordinator, Plant_area, IN_Co_ordinator, Time_period, month1,User_Date, Documentations_1, Documentations_2, Documentations_3, Documentations_4, Documentations_5, Documentations_6, Documentations_7, Documentations_8, Coordination_1, Coordination_2, Coordination_3, Coordination_4, Coordination_5, Coordination_6,
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 18 '14, 04:10 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

    Leave a comment:


  • onclick on a lick- tableau dashboard should appear

    Code:
    <!DOCTYPE html>
    <html>
    <head>
    
    <script language="javascript" type="text/javascript">
    function toView(str){
    if(str=="tag1"){
            document.getElementById("tag1").innerHTML = "tag1";
    document.getElementById("tag2").innerHTML ="";
    document.getElementById("tag3").innerHTML ="";
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 18 '14, 04:10 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • button onclick- document.getElementById.innerhtml="";

    when button onclick i want the following code:

    Code:
    <script type='text/javascript' src='https://ExampleDomain1.ExampleSubDomain1.com/javascripts/api/exampleScript.js'></script>
    <div class='tableauPlaceholder' style='width: 600px; height: 599px;'>
      <object class='tableauViz' width='600' height='599' style='display:none;'>
        <param name='host_url' value='https%3A%2F%2ExampleDomain2.ExampleSubDomain2.com%2F'
    ...
    See more | Go to post
    Last edited by zmbd; Sep 18 '14, 09:50 PM. Reason: [dormilich{please use code tags when posting code}][Z{Removed login credentials from code}]
No activity results to display
Show More
Working...