Open Site's Directories Only With Https Protocol
Jan 29, 2006
I am making a site and I have an SSL certificate installed in the hosting. The problem I have is that any body can enter in the site's directories/files with https and also with http protocol :eek: .
I do not know how to do, so when some body try to open the directories/files with http the site is opened only with https protocol. With .htaccess, javasript, php, ??????
View 1 Replies
ADVERTISEMENT
Jul 30, 2010
I need "No-Block PopUp Window" for my web site.. for example if users open my sites another sites show or opens for them.. even a full page site like full pages ads..and it be like One time per hour or more..I found some script like that but some of them being blocked by IE or other browsers..
View 3 Replies
View Related
Jun 29, 2011
I have the existing code that will change all my links to external sites to open in a new window. I now want to change it to allow me to have a way that it will not do this if I put something special in the a href tag.
Code:
View 2 Replies
View Related
Aug 30, 2009
I've been using the IE userData behaviour and I realized that it can't retrieve the same data in a different folder or subfolder that it was created in.so:If I set "name" with "value" in:
website.com/folder/
then I won't be able to access it in:
website.com/folder/sub
[code]....
View 1 Replies
View Related
Oct 28, 2011
I'm using the jQuery file tree pulgin to display server directories using jsp connector.
I'd like to know if we can change the callback function function(file) which alerts the file name upon single click can be changed or not.
So, Single click of folders should expand/collapse them. Double click on the folder should send back the folder name. Single click on files should send back the filename.
View 5 Replies
View Related
Jul 20, 2005
I'm making an Intranet site for someone who is not very familiar wit
making websites, thus I would like to make it as simple as possible fo
her when she needs to update it.
The intranet site uses frames - one menu frame that is always present
and one frame into which the content is loaded. The intranet sit
features many, many links to both internal and external pages - i
internal pages within the intranet and external pages on the interne
(http://)
What I would like to do is make it so that if a link is internal, th
content will load into the content frame and the menu frame will remai
at the side, but if the link is external, it will load the target int
the entire browser window. Using HTML, this would simply be a matter o
stating the href and then target="content_frame" for internal pages o
target="_top" for external pages.
But, like I said, I am making this site for someone who is not familia
with linking targets and even if I told her to define the targe
whenever she makes a link, she'd probably forget or get confused an
then wonder why external pages are loading with the intranet menu fram
still present or why intranet pages are loading with no menu at th
side!
While I have good experience with HTML, I am fairly new to JavaScript
which is why I am here asking for help.
I understand that Javascript can detect the protocol of a link,
believe you would use "link.protocol". In basic terms, what I woul
like to do is:
if link.protocol = "http://" then target="_top" els
target="content_frame"
But since I'm not familiar with the precise way of coding JavaScript,
would just like some help with transforming this into correc
JavaScript code so that it will work.
View 1 Replies
View Related
Apr 22, 2011
Is there any possibility to communicate with udp protocol in javascript.
View 4 Replies
View Related
Aug 19, 2011
here is some code that I am working on to load styles into a page depending on the protocol of the URL. It seems to load the .css files correctly in FF but in IE I get an "document.head is null or not an object" error.
Here is the code:
window.onload = function(){
var protocol = document.location.protocol;
var ref = document.createElement('link');
[Code].....
View 10 Replies
View Related
Jan 10, 2006
I am developing a web-application which will start telephone-calls using a special protocol (callto: or phone:)
There will be two groups of users, one with a phone-client installed and support for the protocol,
and one without this client.
So I need to write a javascript-function to check if the callto: or phoneto: protocol is available on the client.....
View 4 Replies
View Related
Feb 10, 2010
i want to add text in a text field when somebody changes or edit a item with editform.aspx.
for example:
change of status-->log in text field: current user changes status to solved
all changes should be in one field.
is it possible?
that's my code...but i don't get thetext in text field to add new text.
var arrKommentare = ['Kommentare'];
var originalText = $(fields['Kommentare'].find('input').val();
$(fields['Kommentare']).find('input').val(originalText +"
Yournewtext");
View 12 Replies
View Related
Mar 20, 2009
I need to program a language protocol compatibility patch for multiple OS'. I don't know where to start, I'm new to programming BUT at least I know what is needed. If anyone is willing to help, I'm willing to elaborate.:thumbsup:
View 15 Replies
View Related
Jul 23, 2005
What is the difference between HTTP and HTTPS??
View 2 Replies
View Related
Apr 21, 2007
I'm looking for a while for doc's to understand how to delelop my own
https client to automate some tasks.
The website, I try to use for example, contains a javasript to provide
for login (URL: https://www.cortalconsors.de/euroWebDe/-).
I've attached the part of the code which is supplies the login fields
(probably easier to read when browsing the source code of the page).
I've no idea, how the POST should look like to do the login.....
View 6 Replies
View Related
Jul 23, 2005
Basically I have a WinXP machine (SP1 with all web updates don't want to
upgrade to SP2 until this issue is resolved) and IE 6 (all web updates).
If I am on a secure (https) site none of the hyperlinks seem to work. As I
mouseover the relevant links are shown in the status bar (ie another page or
site), but when I click on these links nothing happens at all. Its as if
something is blocking the process of firing these links. NOTE: I can click
on form buttons OK and the exact same links work fine on 3 other machines
that I have.
View 1 Replies
View Related
Jul 30, 2009
If users click say a home page link on one of my https user login pages they are brought to a https version of my home page. Can I prevent certain pages from being accessed by https. I was looking at [url] but don't know how to implement it in this case.
Is there javascript that detects https and diverts to a http page on refresh or something. ( a bit like the javascript detection script HTTP-EQUIV="refresh" content="0;URL=page.php?page=javascript">)
I have too many links on https pages to create a long url for them all.
View 1 Replies
View Related
Jul 15, 2011
- We have a page in http
- a popup is opened in http and the form is submitted to https
- the https windows tries to do various stuff to opener....:
Error: Permission denied for https get property Window.document
Any solution for this? Same domain... makes no sense to me such security...
In our application there is also a similar known error, but we can live with that: when a page is accessed with ssl/https jquery thickbox ajax is not working.
View 3 Replies
View Related
Jun 12, 2005
I have a nonsecure page that calls a secure popup window to edit credit card info.
This is my popup code.
function popcc(url)
{
newwindow=window.open(url,'name','height=210,width=430');
if (window.focus) {newwindow.focus()}}
This is what I use to close the popup:
<input name="Close" type="button" id="Close" value="Close" onclick="opener.location.reload(); parent.close()">
The weird thing, is that this works when both pages are normal http. When the popup is is https it doesn't work any more. Ideas?
View 7 Replies
View Related
Jan 13, 2010
I have an http page in html that passes variables to an https page using JS. I get an error message permission is denied.
Is there a way I can pass the variable while avoiding the error? I am looking for a solution in JS not php or asp or any other language.
View 5 Replies
View Related
Aug 27, 2010
How can I change the links for a given domain from http to https? For example: [url] would become [url]
View 2 Replies
View Related
Jul 8, 2011
I am trying to write a tool (say [URL])The tool contains a list of https urls (say [URL]) given as a hyperlinks (say abc) on clicking the url the http status code of the https page should be displayed in the same page.. Is this possible? I am currently using the following code snippet..
function sendRequest(url){
var client = new XMLHttpRequest();
client.onreadystatechange = function(){
if (this.readyState == 4)
alert(client.status);
} client.open("GET", url, true);
client.send(null);
}
This seems to be working if the url given is http url but I have to get status for https url for a non-secure (http) url.
View 1 Replies
View Related
Jul 16, 2010
Suppose Server url is : [URL] and it returns json data I want to call this url using Jquery in iphone I wrote this code :
$.ajax { type: "POST",
contentType: "application/json; charset=utf-8",
url: "https://example.com/employee",
data: "{}",
[Code]....
Is this the right way to call this https request or I need to do some other authentication also Currently it does not work in iphone It return's json data in firefox,chorme,IE ,safari but doesn't return it in iphone
It returns valid json when i send request to http
View 1 Replies
View Related
Feb 2, 2010
I am writing JavaScript code that runs inside HTTP page, I need to make XMLHttpRequest to a REST web service. The service is running on the same site but it only accepts HTTPS. I tried to prefix the URL with https:// and Firefox rejected it as cross-site scripting attempt. It's not really cross site as I am calling the same site.
I don't have an option to redirect the entire page to https.
Is there a proper way to implement this request?
View 5 Replies
View Related
Jul 23, 2005
I want to design some menus for websites with submenus. I'd like to learn
the code myself and I was wondering a good place to pick up on some tips on
how to design them.
Also, is there a decent program out there that does it all for you at a good
price?
View 2 Replies
View Related
Jul 23, 2005
I have a frame in which there are 2 IFrames., both being loaded from
the same domain. One IFrame is loaded from http://test1.xyz.com and the
other IFrame is loaded from https://test1.xyz.com/test
I am getting an error while accessing data in the HTTP IFRAME from the
HTTPS IFRAME.
Is it possible at all to access the data in the other IFrame, when the
protocol is different?
View 1 Replies
View Related
Aug 31, 2009
It seems that if I use jquery in https and do an ajax call out and then update the dom with the resulting html I get an HTTPS unsecure content warning. Now the content is all https and there are not http calls any where so I'm wondering if this has been seen before. I've dug very deep looking for the issus and if I take jquery out of the equation it doesn't give me an error. But I've standardized jquery as part of the site and don't want to mix straight old javascript with jquery, if I can avoid it.
View 3 Replies
View Related
Jun 9, 2009
I have a real problem with an e-commerce site which has worked for years without a hitch but with the uptake of IE8 (it seems) this problem is getting more and more frequent Problem: customer continues through checkout on main site (http:[url]....).
When they have to enter their credit card details, they click on a link to open a window (https:[url]....). The details are verified and if valid, the customer is returned to the confirmation page in the parent screen (http:[url]....) and the payment window is closed . Pop-up blockers are causing problems here but even when pop-up blockers are disabled, the confirmation page loads in a new window.I'm using :
<script language="JavaScript">
<!--
window.opener.location="<?php echo ($main_url);?>thanks.php>";[code].....
But the page always loads in a new window and not the parent window.Is there any way to load the confirmation page in the parent window?
View 1 Replies
View Related