I have to print my cell phone call records but unfortunately my wireless provider displays the number I called only when mouse is hovered over Call details. I have 470 call records and copy pasting all those numbers when mouse is hovered over it will be one hell of a task.
Is there any way I could save all the information related to Called Number and do not have to move my mouse for each and every number?
Using my basic programming understanding (Though I know nothing about java), they are using some mouseover function that displays this information. The possibility of this information to be on the server is less because this information is even available when I switch off my wireless.
I am using javascript to run couple of video on my web page with wmp embedded on the web page. The script and the code works ok when when I am running on my computer but as soon I download files and web page to a remote server the video files dont play. I am puting the code below:
<script type="text/javascript"> function play(media){ document.getElementById('mediaplayer').innerHTML= '<object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'
im working on a web application that generates dynamic data. My question is: i want users to be able to save the generated data, but not the whole web page, just a table in the web page that holds this data. I searched and found out that showing a "save as" dialog box is possible with javascript, with a method like: onclick="javascript: document.execCommand('SaveAs',Ƈ',null);. However, i coulnd't find out how to change the document object (or is it possible?) or a trick to print just the table of dynamic data.
I tried to cover the table with <div id="myData"></div> and use onclick="javascript: myData.execCommand('SaveAs',Ƈ',null); but as you might guess, it didn't work and gave this error message: "object doent support this property or method". Indeed i dont have any idea what div tag can and can't do, so it was just a meaningless try. By the way, i want to add that i can't use iframes just because of program design issues. Anyway, do you have any suggestions?
what to do to retain values of a webpage even after saving the webpage on the local disk? i have developed my webpages in dreamweaver cs4 also my webpages are using opera 10.10 as default browser and one more thing i cant migrate it to any other browser.
Im modifying some open source code and in this instance I would like to write some data to a file (possibly for the user to download). In this code the user can toggle the hidden exportData to be shown on the webpage. However, I would like to give the option of downloading/saving the data as a file (only the exportData which I believe is the document.getElementById("path")). I have tried various tricks found online, but have yet to produce the hoped for result.
I want to use some javascript to launch a windows application (this used on intranet) but don't know how. It'd be neat if I could not only launch the application but minimize the webpage's browser at the same time, but this is just icing on the cake.
I would like to have the same running clocks as on page: [URL] I downloaded swf file: <URL SNIPPED> but can someone write how to create a code to display that object working on webpage?
It launches in IE and give the user instructions, then at the click of a button, launches my setup.exe. I want my webpage to launch setup.exe then go to another webpage on my CD, congratulations.html, which says "installation is complete etc". Here's what I am trying to do through JAvascript. It doesn't work. Should the first instruction be flushed in order for the 2nd one to work?
I want to use the values of text boxes on my HTML webpage to create a webpage URL (like below):
<script type="text/javascript">
My text boxes are as follows:
Now this all works and the result webpage URL prints to id='ID1', but the big question is how do I use this resulting URL in another Javascript section as the src="?
I am trying to display a webpage from another domain and tried to access its elements and I am facing issues with this.
I tried using "iframes" and am facing cross domain issues.
All that I want to do is, set and get the attributes of the elements of the webpage from the other domain (eg: set text field value, get dropdown box values, click button etc)
Is there a way to get this job done?
I thought of browser addons however it will be a browser specific solution.
I have a select inside of a table cell and when the user clicks the form Update button I need to get the value of the selected option and pass it to a php var for inclusion in the passed values to the next routine. The retrieval of the selected value could also take place when the selected option is changed.
I'm using this code for my website to load pages dynamically:
It works great. However, I'm using a script for tooltips as well - when I load a page that has links/abbr's that need tooltips, the JavaScript doesn't run on them. My solution to this was to add a <script> in the #content of each page that needed tooltips, except that doesn't work either.
For example, slideUp just results in my SWF pausing for a moment, and then disappearing, without any sliding effect. Is there any way to get this to work?
I am making a LOVE IT button using php and jquery and i have most of it working...
The button currently returns the value from the DB of 0 but when i click the button it wont save the incremented value to the DB.
see it here[URL]
my code is this
<?php mysql_connect("localhost", "web183-loveit", "password") or die ("Error."); mysql_select_db("web183-loveit") or die ("error"); $increase = "UPDATE results SET value=value+1 WHERE id=1;";
Is it possible to access a class from a "top" document, when the class is present and defined in another document, embedded using iframe? Doesn't seem to work out of the box.
I'm trying to embed an image gallery on my page and use it's thumbnail images for a slideshow
I have embedded youtube videos in my site. I have them show and hide using jquery. Is there a way to make the videos stop playback when they are hidden?
I'm trying to save a PDF file that's built using the jspdf PDF JS files [URL], the example (server side) uses Jaxer to save the file to the hard drive. Can i do this via JQuery instead? PDF Example
i want to know if possible to save to file in the same mather of $(document).ready function () { $( '#reader') .load('Data/Le_Mensuel_1.txt'); }); or i have to use an outher function to save the content of my div(it is use like a Editable textbox)
i have used it for creating a table with Sorting and Paging. The table works perfectly without any issues per se except what i need now. I have used the following files: jquery-1.3.2.js, JQtable.js, and jquery.tablesorter.pager.js.
My problem is that there are links in 1 column of the grid. If a user clicks on the link, the user is redirected to another page. But when the user clicks on Back button, the Jquery Table always loads on the 1st Page with default settings and does not load the page on which the row wa present.
i need to go back to the same page of the table (from where the link has been clicked) with the same size for paging and sort order on clicking Back or a Link to the Page.
So in short - is there any pugin which we can use witht the jquery table to save the state and use it to load the table accordingly on Page Load?
I'm trying to find out the height of an embedded youtube-video (what I wan't to do is hide all embeds when I open a facebox and replace them with a placeholder of equal size). I (basically) tried this:
It always alerts 18, at least for the yourubevideos I embedded.
I'm a relative newcomer to jQuery (and for that matter an inexperienced web builder) but I've really enjoyed using the jQuery UI and plugins as I work to redo my site. My problem is this. My site includes many video progressive download files. I have tried to combine either jQuery UI (Accordian) or a plugin (nivoSlider) (not both at the same time) with a video embed using SWFObject. For some reason the combination cause my video playback to stutter.
Here are two test pages. They access they same mp4 files but in Test_1 I have disabled the nivoSlider js. The videos playback smoothly in Test_1 but in Test_2 the playback stutters. [URL]
I have a page with a simple form: 3 hidden fields and 3 selects. I load the data for the first select via Ajax on domready. I have "change" event handlers for all 3 fields. If I select something in the first select, the corresponding data gets loaded into the second select via Ajax etc. So it's a "cascade" of selects. When an option in the 3rd select is being selected, I save the values of all 3 selected options in the hidden fields, and create a button for submitting the form. Until here everything works fine. When a users hits the submit button, he is being forwarded to a results page. Now, when the user hits the back button, and the page with the form gets loaded again, I check if the first hidden field has a value. If so, I try to fill all the form fields with the values the user had entered (i.e. the selections he made), which means I make 3 Ajax calls (to have all the data available), and mark the options the user had selected as selected. That works fine in FF 3 and 3.5, Safari 4, as well as IE 7 right now. IE 6 only display the data of the first select (as if the other two Ajax calls aren't successful or something - no errors though), while Opera 9 doesn't seem to remember the values of the 3 hidden fields (same issue with IE 8, but I'm using IE Tester, which is not always reliable). The html and jquery code (leaving out all the details) look like this: