JQuery :: How To Limit The Browser Content To Zoom Using JavaScript
Aug 5, 2010I have a browser in which i like to limit the zooming content using JavaScript in Asp.net
View 4 RepliesI have a browser in which i like to limit the zooming content using JavaScript in Asp.net
View 4 Replieshow to restrict zoomover when we use wheelmouse along with the control .Its urgent for me to restrict the user not make scrolling on the web form.
View 6 Repliesi need free jquery for zoom in and zoom out image with mouse scrool i google but one of the Query is from the developers side so i can't use thisso where can i get fully free code
View 6 RepliesI have a some data which is displayed in div body now i want to import that div content in excel format so how can i do this using javascript/jquery or even c#
View 2 RepliesI am looking for a jQuery image zoom script with functonality as like in this link.
Has anyone done this before?
I am looking for scripts which supports with ASP.NET.
I will have a widget on a remote page. In the widget I want javascript or jquery to get all the article content from the webpage and send it back to my website. I only need just the article content and not all the other information on the webpage. I would like the script to send the remote webpage url, page content, title text, and h1 text. I would not like to receive any html tags. Is this possible to do?
The script I am making is like google adsense.
Also, Ill be using c# as my backend server
will something like this work?
http://blog.nparashuram.com/2009/08/screen-scraping-with-javascript-firebug.html
I have seen few website where their home page is too big and when user scroll down to read the content the of the page then few area of that page load dynamically. how they design their page. as example the site is http://blog.rainbird.me/ where you can see the effect. please give me idea to achieve it via jquery & ajax.
View 3 Repliesi write the following code to access page "JQueryPage.aspx" and get data from it using jQuery
<script type="text/javascript">
$.get
(
"JQueryPage.aspx",
function(data) {
alert("Data Loaded: " + data);
}
);
</script>
"JQueryPage.aspx" is just a page that contain DIV called 'resultsDIV' that contain the data that i want to return the above code return data variable that contain "JQueryPage.aspx" html and i want to get DIV content from it .
i have 2 questions:
1- how can i extract DIV content from data object
2- is this way is th best to get that data ?
I am referring the link [URL] ....
View 1 Replieswe have added Twitter Share button in our one of website
if you see this page
[URL]
when we click on twitter share button length issue come
I have created a backend that allows me to update my site content. I am using fckeditor to pull the data from my table in the database. The problem I am having is this: i need to create paging of content so that when the height restriction is met a next btn or numbering system displays to allow the user to click to the next page of content.
View 3 RepliesToday my client asked to implement SMS Counter and restriction to 150 characters in SMSalert.aspx form,I have done only Validation Control. I am working with SMS for the first time.
View 1 RepliesI have set Private Memory limit of 200mb in IIS 7 for an application pool. The Private Working Set memory(Task Manager) for the application is always below 125mb but the number of page faults have increased a lot and application cache is getting cleared frequently after setting the limit.
I haven't set any limit on Virtual Memory.why the cache is getting cleared even when the Private memory used is below the allocated memory?
In my text area, I should be able to enter only 72 characters per line. If I use, cols property set to 72, it is allowing more or less number of characters depending on character width.
View 3 RepliesIn asp.net page, How can i call the javascript methods for form processing-submitting if the user browser supports javascript and use code behind events if the browser does not support javascript.I have the javascript code to send the form data to an ajax server page using jquery. Don't know how to invoke the needed one based on the browsers javascript availability
View 1 RepliesI have a nested master page. A parent master page, a child master page and a content page whose master page is the child master page. I have a reference to jQuery in the parent master page in the head section.<script type="text/javascript" src='<%#ResolveUrl("~/includes/jquery-1.4.2.min.js") %>' ></script> & Page.Header.DataBind(); in the OnLoad event.
I am using jQuery in all the pages including the master pages. However I am getting "Error: $().ready is not a function" in the content page. If I include jQuery reference in the content page it works. Question: If the reference to jQuery is in the master page head section, why aren't the content pages able to use jQuery? When I do view source, the script tag with jQuery is there and it works. The master pages and content page are merged during rendering and sent to the browser as a single html page so I am not sure when master pages are used, jQuery references break.
UPDATE:
When I changed '$.ready(function()' to 'jQuery(document).ready(function($)' it worked! I am not loading any other javascript libraries and I am not using MS Ajax.
we are working on one of our site which is having lots of javascript code.but while testing one of our tester has disabled javascript in browser.so in this scenario javascript code is not working properly. So can any one let me know is thr any work around to run javascript code while browser javascript is disabled.
View 1 RepliesI'm trying to use jquery lightbox functionallity when a user clicks on a button in my View, to give a friendly message "Please wait whilst we generate your data etc" whilst the second view that contains a lot of data is being generated. I was hoping to have the friendly message stay on the screen until the second View is ready to be displayed. At the moment the form submit button fires the popup but the button itself is not getting clicked, only the surrounding anchor tag:
<a id="inline" href="#data"> <input type="submit" value="Submit" /></a>
I want to display a file content (HTML file) inside a web page using ASP. I'm trying to display 2 files and show the differences. So i need to color different rows. I tried with TextBox but i can not color a single row. Something like this but inside a browser. I should be able to easily navigate through rows. (like SetRowColor(rowNumber, color))
View 3 RepliesHas anyone had issues with streaming CSV (or TXT) content to the browser over SSL/HTTPS.
There are no issues when running my code in Firefox - i've found a bunch of issues, all seem to be solved for people using PHP.
this.Response.ClearContent();
this.Response.ClearHeaders();
this.Response.Buffer = true;
...
this.Response.AddHeader("","") // headers
this.Response.Write("TXT STRING GOES HERE");
this.Response.Flush();
this.Response.End();
I've tried all different headers to remove the no-cache, pragma ...etc.
[code]....
Anyone know why after content has been commented out it still displays in the browser. Design view as you would expect does not show the content. Here is the commented out data:
< body>
<!-- <form id="form1" runat="server">-->
<div
[code]...
I've a detailedview and gridview in an accordion pane. Whenever I triggered some postback actions (e.g. delete some row in the gridview or edit the values in the detailedview), the content in the pane became empty. It would show up correctly if I resized the browser. This only happens in IE8, but work correctly in FireFox. Is this a problem of the browser, or can I improve my code to prevent this from happening? The following is my code
[Code]....
I have a website that deliveres content from secure source (https://) after the user authenticates. I added a new page where I use an Iframe to display a pdf file. It works fine when I try it from the dev server where I do not get directed from https, but when trying from the actual site I get the error message 'Do you want to view only the webpage content that was delivered securely?' I understand this is because the Iframe source is not secure (the source file is in the root directory of the webpage) Where should I store the content for the Iframe? Can I use a local directory on the server rather than one in the root directory?
View 5 RepliesI'm working on master pages. And I would like to create tabs much like firefox tabs sharing sessions which need to navigate on different pages.I tried many solution but all comes into vain.
View 3 Repliesin a page that i have datagrid i see that if the content of the grid has changed in the meantime then occurs thwe follow message in all browsers(different in every browser)To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.and then if i click yes resends the last post that was sended
View 32 Replies