Warning - This Page Contains Both Secure And Nonsecure Items
Jul 30, 2010
I am trying to get rid of this warning over and over.
My pages are located in directory WEBSERVERAPPLICATIONSWC
Master pages in WEBSERVERAPPLICATIONS
CSS and Javsasripts are in WEBSERVER
And in css I have background:url no-repeat right top;
Dont know even though the image gets accessed by Https. why it is still giving that warning.
View 2 Replies
ADVERTISEMENT
Jul 30, 2010
I am trying to get rid of this warning over and over.
My pages are located in directory WEBSERVERAPPLICATIONSWC
Master pages in WEBSERVERAPPLICATIONS
CSS and Javsasripts are in WEBSERVER
And in css I have background:url no-repeat right top;
Dont know even though the image gets accessed by Https. why it is still giving that warning.
View 1 Replies
View Related
Aug 11, 2009
My site is secure but also contain non secure items from google adsense. users have the options to view secure only or secure and non- secure item. I would like to be able to identify what that user chose so I can show some other things if they choose to only see secure items.
View 1 Replies
View Related
Oct 22, 2009
I would like to implement a login functionality to my website.
I've written a login form like this:
The problem is: how can I send the username and password to the server in a securely way? I mean, if the server sends the whole page in HTTP then the user wants to log in, he would not be able to send it in HTTPS, unless the server sends the login page to the user in HTTPS. But I would like this thing to happen with no full page refresh.
View 1 Replies
View Related
May 10, 2010
I am using a Jquery/PHP/MySQL login script which is supposed to display an error or success message when the user enters their username/password and also if the username/pw is successfull go to a secure page. Right now as I have it coded, this isn't working properly. Basically nothing is displayed either way.Also,wasn't sure if I just needed to replace, the ?secure-page part with the file name of the page I want to go to if successful?Here is the code as I have it now.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>[code].....
View 1 Replies
View Related
Aug 23, 2007
The data that needs to parsed is on an asp page secured by a login
form. I have access to the site, but I was wondering how one would go
about writing a script that would automatically access the page and
grab the HTML.
Garbing the HTML then parsing the information I understand. I just
don't know if its possible to access the data through an external
script (run from another server) even though we have access rights to
the page requiring login that is situated on another server.
The reason for this is because we don't have direct access to the
database.
View 1 Replies
View Related
Oct 4, 2010
My Google-fu is apparently pretty weak today. I'm unable to find a good reference for this problem I'm having on a client's site.
They have a script on their remote, secure server and our pages (some of which are secure and some which are not) call it.
The problem appears to be on the unsecure pages calling the client's remote, secure JS file. I'm told that on FireFox and Chrome, it times out and produces an error on our back-end.
View 3 Replies
View Related
Feb 26, 2010
I have a page that is on a secure server, lets say https://server.com and I have a link on a page /somelink.html. I am trying to use jQuery to change the link to http://server.com/somelink.html
Here is the code I have come up with:
$(document).ready(function() {
$("a[href^='https://server.com']")
.each(function(){
this.href = this.href.replace(/^https://server.com/,"http://www.server.co");
});
$("a[href^='/']")
.each(function(){
this.href = this.href.replace(/^//,
"http://www.server.co");
});
});
However, my code only seems to work in Firebug after everything has rendered. I assume that the links are changes when the Document is Ready but before the server address is attached to the links.
View 1 Replies
View Related
Jul 10, 2011
I have Win 7, IE9. I have a HTML file on my hard drive, with Javascript within. When I load the page, it keeps popping up Do u want to allow this content, I have to click to allow. I want to stop this, and after doing some searching I found the setting in Internet Options, Advanced - "Allow active content to run in files on my computer".
Perfect.
Doesnt work. When i check this box, the page loads without the warning, but then the Javascript just doesnt work. Getting quite annoying, because this file is my home page.
View 2 Replies
View Related
Dec 19, 2005
I like having scripts external, but I wonder about the security of internal anyway. Someone could save and change the HTML, right? But is that possible with an external script? I always thought not (unless there was an error), until a person on this forum was able to grab the script I was working with at the time. No problem with that, but it brings up the question in my mind about security in general surrounding java-script.
View 8 Replies
View Related
Aug 28, 2006
My idea is to create a safety system that indicates the safety of the password. I have a field in a form called PASSWORD and I want that if the person writes only letters by means of a document.write there appears a phrase that says: easy password. If more than 8 letters appear: medium password. And if writes letters and numbers appear: high password.
View 3 Replies
View Related
Dec 12, 2011
I would like to secure a link with a password.
Upon entry into the link(selected) appeared to pop up a password.
After entering the incorrect order were moving to the home page .
If true, would redirect to the example thread.
I would also like to not be able to type a password time to look into the source of the page.
View 2 Replies
View Related
Apr 30, 2011
Is there any type of script or plugin out that has a secure, DropBox-like interface? I wanted clients to have a username and password, and that username and password to be tied to a mysql db of sorts that allows them access to their specific FTP space without them knowing the actual server info.
View 2 Replies
View Related
Oct 12, 2006
I've got two seperate websites that I'm working on. I am doing the design of the main website and the second site is a secure login area which another person has created.
My question is... can I put a login form on the main page, and then have it transfer the information into the secure login? The purpose being so that people can login directly from the main page instead of having to click to go to the secure area and then log in?
View 3 Replies
View Related
Jul 26, 2011
I'm trying to create a button similar to Facebook's 'Like' button which is applied to each item in a list. When a user clicks the like button this item is favourited for the logged in user. For the moment I do this in the following way:-
<div id="item_<?php echo $row['item_id'];?>" onclick="like(<?php echo $row['item_id'];?>)"></div>
Obviously this is very unsecure because anyone can easily modify the item id stored in the like() function in the onclick property and like any item thes guess the id of.
My question is how do I make this secure by either not displaying the id of the item but still having it accessible to my like function or via some other method?
View 3 Replies
View Related
Sep 22, 2005
Is it possible for javascript (or any other language, but I presume JS would be the most logical to do this), to know how many items are remaining to load on a webpage.
You know, in IE, it says "28 items remaining" or whatever, and then "Done", when the page has loaded, and onload() function will start. While the page is loading, I have a "loading" message, in HTML, and I want to indicate to the user how long they may have to wait! Hope you understand what I mean, and does anyone know if this can be done?
View 6 Replies
View Related
Oct 10, 2009
I have 3 items in menu. For example-
Training qualification seminar If I click Training link,it should display the web page of Training in the same page itself,where this menu exist.If I click qualification link,the web page of qualification should be replaced in the same page. similarly for seminar link.
View 1 Replies
View Related
May 19, 2010
Is it possible to call a WSDL document behind authentication with an existing SOAP service to pull data from a database behind authentication in Javascript?
Ultimately, I want to insert script into a spreadsheet to aggregate data from a database behind authentication.
View 8 Replies
View Related
Jan 10, 2010
version of Apycom's jQuery menu; you can find itat http://apycom.com/ and it is looking really good.I have uploaded files, and published it on a test site - www.flexin.beUnfortunately, some of the submenus starting from the second that haschildren elements, it adds the item on the top level in InternetExplorer.Does anyone on this list has any experience with this library?
View 2 Replies
View Related
Jul 30, 2010
For example, I am using ajax and a bunch of code to generate a list that is dynamically generated. This part is working perfectly, however I can't seem to remove any items from said list (since they didn't exist when document.ready fired). How would I go about having a function that could remove items from my list?(tried declaring something like hideItem(){ $(this).parent('li').hide(); } and calling it in the onclick event of the removal link, but it says the function doesn't exist.
View 4 Replies
View Related
Mar 29, 2010
I would like to display only a certain amount of list items on a page.
View 3 Replies
View Related
Aug 30, 2011
I would like to have two columns, the left column showing all available items with an add button. The right column showing all of the added items, and then adding these together to provide an order total, but with the ability for users to add to the quantity or remove from their order.I have the add item to order bit working on, and the sub-total is working.I started to try to add on add/remove buttons to the right #your-order column but am getting stuck.Every time a user adds another item to their order, more buttons are added, and I can't get the "remove item" button working.The page is located here:URL...Should I paste the jQuery code I am using here?
View 3 Replies
View Related
Nov 17, 2010
It was originally an imaged based menu, but they wanted it all changed to css/html. I used quickmenu and it used JS to produce the arrows at the top of each menu item.I'm trying to program the menu items to stay active when on the current page. At first, it looks correct, but if you hover back over the menu, it changes back to the inactive state.
View 1 Replies
View Related
Jul 4, 2011
IE browser (even IE8) is giving warning when I open a webpage with JavaScript in it. I can of course close the warning but since I am developing webpages that will be deployed and used by customers, customers will get the warning messages too. How do I design webpage that don't popup ActiveX warning message on customer browser when they open pages with JS in it?
View 4 Replies
View Related
Jan 18, 2007
I'm hoping that someone here can help us out. We are in
the process of re-writing the underlying code for my
website (link to old version below). The site is (and
will continue to be) driven by PHP, javascript, and MySQL.
The problem I'd like to overcome is the browser's
navigation backwards through the tiers of screens and
menus. We have a "Back" link on the required pages, but
I would like to let the user navigate via the browser's
built in "Back" function, without getting the following
warning (from Netscape, in this case):
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The page you are trying to view contains POSTDATA that
has expired from the cache. If you resend the data, any
action the form carried out (such as a search or online
purchase) will be repeated. To resend the data, click
OK. Otherwise, click Cancel.
~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is no secure data, nor purchases involved. I
believe this is built into the browser, but I'm hoping
there is a way to bypass the warning without breaking
the function (creating an error) on the site. I believe
this is a javascript issue, but if I'm wrong, please
let me know and I will post to a PHP group.
View 3 Replies
View Related
Aug 7, 2009
I am setting up a form with a submit button. I want a warning box to come up saying you are about to delete user ?? image Click ok to continue or cancel
View 4 Replies
View Related